Array

extension Array
extension Array where Element == UInt
extension Array where Element == UInt8
  • Undocumented

    Declaration

    Swift

    public init(reserveCapacity: Int)
  • Undocumented

    Declaration

    Swift

    var slice: ArraySlice<Element> { get }

Available where Element == UInt

  • Undocumented

    Declaration

    Swift

    mutating func twosComplement()

Available where Element == UInt8

  • Undocumented

    Declaration

    Swift

    public init(hex: String)
  • Undocumented

    Declaration

    Swift

    public func toHexString() -> String