Other Type Aliases
The following type aliases are available globally.
-
Declaration
Swift
internal typealias Byte = UInt8 -
Declaration
Swift
internal typealias HexadecimalNumber = UInt64 -
Declaration
Swift
internal typealias BinaryRepresentation = [UInt8] -
Declaration
Swift
internal typealias HexRepresentation = String
View on GitHub
Other Type Aliases Reference