^>(_:_:)

public func ^><T: Hashable, U, V>(_ arg: [T: U], _ transform: V) -> [T: V]

Is flipped version of <^

See also

<^>, <^ operators.
  • T

    Declaration

    Swift

    public func ^><T: Hashable, U, V>(_ arg: [T: U], _ transform: V) -> [T: V]