struct CBOR::Token::IntT
- CBOR::Token::IntT
- Struct
- Value
- Object
Defined in:
cbor/token.crConstructors
Instance Method Summary
- #clone
- #copy_with(value _value = @value)
- #value : Int8 | UInt8 | Int16 | UInt16 | Int32 | UInt32 | Int64 | UInt64 | Int128
Instance methods inherited from class Object
to_cbor(io : IO)to_cbor(encoder : CBOR::Encoder)
to_cbor : Bytes to_cbor
Class methods inherited from class Object
from_cbor(string_or_io)
from_cbor
Constructor Detail
def self.new(value : Int8 | UInt8 | Int16 | UInt16 | Int32 | UInt32 | Int64 | UInt64 | Int128)
#