FixedWidthInteger

extension FixedWidthInteger
  • Declaration

    init(bytes: ArraySlice<UInt8>, startingAt index: Int)
  • Declaration

    func bytes(count byteCount: Int = MemoryLayout<Self>.size) -> [UInt8]