relative(toShapedArrayAxis:)
Returns the range of indices the range expression describes within a collection.
Declaration
func relative(toShapedArrayAxis range: Range<Int>) -> Range<Int>Parameters
- range:
An integer range.
Returns the range of indices the range expression describes within a collection.
func relative(toShapedArrayAxis range: Range<Int>) -> Range<Int>An integer range.