UnsafeRawPointer
extension UnsafeRawPointer
-
Returns the number of bytes from
selfto the nearest address aligned toa.Declaration
Swift
func offsetToAlignment(_ a: Int) -> Int
Interpreter Docs (92% documented)
extension UnsafeRawPointer
Returns the number of bytes from self to the nearest address
aligned to a.
Swift
func offsetToAlignment(_ a: Int) -> Int