isRangeContiguous(_:)
Returns true if the given range refers to a contiguous block of memory.
Declaration
func isRangeContiguous(_ range: Range<Int>) -> BoolReturns true if the given range refers to a contiguous block of memory.
func isRangeContiguous(_ range: Range<Int>) -> Bool