Functions

The following functions are available globally.

  • Undocumented

    Declaration

    Swift

    public func hexDump<S: Sequence & Collection, A: FixedWidthInteger & UnsignedInteger>(
        _ buffer: S, startAddress: A, showASCII: Bool = false
    ) -> String
    where S.Element == UInt8
  • Undocumented

    Declaration

    Swift

    public func hexDump<S: Sequence & Collection>(_ buffer: S, showASCII: Bool = false) -> String
    where S.Element == UInt8