UnsafeRawBufferPointer
extension UnsafeRawBufferPointer
-
Returns the number of bytes from the notional base address to the nearest address aligned to
a.If
self.baseAddress == 0, returns0.Declaration
Swift
func firstOffsetAligned(to a: Int) -> Int
View on GitHub