isRangeContiguous(_:)

Returns true if the given range refers to a contiguous block of memory.

Declaration

func isRangeContiguous(_ range: Range<Int>) -> Bool