^>(_:_:)
public func ^><T: Hashable, U, V>(_ arg: [T: U], _ transform: V) -> [T: V]
Is flipped version of <^
See also
<^>
, <^
operators.
-
Declaration
Swift
public func ^><T: Hashable, U, V>(_ arg: [T: U], _ transform: V) -> [T: V]