isContiguous
Determine whether the block buffer is contiguous.
Declaration
var isContiguous: Bool { get }Discussion
true if block buffer references a single contiguous memory block false otherwise. Also false if the buffer is empty.
Determine whether the block buffer is contiguous.
var isContiguous: Bool { get }true if block buffer references a single contiguous memory block false otherwise. Also false if the buffer is empty.