Int

struct Int : FixedWidthInteger, SignedInteger
  • Array of bytes with optional padding (little-endian)

    Declaration

    Swift

    public func bytes(totalBytes: Int = MemoryLayout<Int>.size) -> [UInt8]