clip(_:to:result:)
Calculates the elements of a single-precision vector clipped to the specified range.
Declaration
static func clip<U, V>(_ vector: U, to bounds: ClosedRange<Float>, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float