struct
Crabbit::AMQP::UUID
- Crabbit::AMQP::UUID
- Struct
- Value
- Object
Overview
AMQP UUID value stored as 16 network-order bytes.
Defined in:
crabbit/amqp/value.crConstructors
-
.from_slice(bytes : Bytes) : self
Copies exactly 16 bytes from bytes into a UUID.
-
.new(bytes : StaticArray(UInt8, 16))
Creates a UUID from an exact static byte array.
Instance Method Summary
-
#bytes : StaticArray(UInt8, 16)
Returns the 16 UUID bytes.