UInt64

struct UInt64 : FixedWidthInteger, UnsignedInteger

array of bytes

  • Undocumented

    Declaration

    Swift

    @_specialize(exported: true, kind: full, where T == ArraySlice<UInt8>)
    public init<T>(bytes: T, fromIndex index: T.Index) where T : Collection, T.Element == UInt8, T.Index == Int