withContiguousStorageIfAvailable(_:)
Inherited from Sequence.withContiguousStorageIfAvailable(_:).
Declaration
func withContiguousStorageIfAvailable<R>(_ body: (UnsafeBufferPointer<Self.Element>) throws -> R) rethrows -> R?Inherited from Sequence.withContiguousStorageIfAvailable(_:).
func withContiguousStorageIfAvailable<R>(_ body: (UnsafeBufferPointer<Self.Element>) throws -> R) rethrows -> R?