Array of unsigned 8 bit values
typealias Bytes = [UInt8]
s6BigInt5Bytesa
NJ8Q
import BigInt
Signed integers and fractions of unbounded size
@frozen struct UInt8
An 8-bit unsigned integer value type.
typealias Byte = UInt8
Unsigned 8 bit value
typealias Limb = UInt64
Unsigned 64 bit value
typealias Limbs = [UInt64]
Array of unsigned 64 bit values