concatenating(_:)
Returns a transform that’s constructed by combining two existing transforms.
Declaration
func concatenating(_ transform: Self) -> SelfParameters
- transform:
The second transform.
Returns a transform that’s constructed by combining two existing transforms.
func concatenating(_ transform: Self) -> SelfThe second transform.