UnsafeRawBufferPointer

extension UnsafeRawBufferPointer
  • Returns the number of bytes from the notional base address to the nearest address aligned to a.

    If self.baseAddress == 0, returns 0.

    Declaration

    Swift

    func firstOffsetAligned(to a: Int) -> Int