struct CBOR::Token::ArrayT

Defined in:

cbor/token.cr

Constructors

Instance Method Summary

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(size : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(size _size = @size) #

[View source]
def size : Int32 | Nil #