struct SBAN::Token::BytesT

Defined in:

sban/token.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_sban(io : IO)
to_sban(encoder : SBAN::Encoder)
to_sban : Bytes
to_sban

Class methods inherited from class Object

from_sban(string_or_io) from_sban

Constructor Detail

def self.new(value : Bytes, chunks : Array(Int32) | Nil = nil) #

[View source]

Instance Method Detail

def chunks : Array(Int32) | Nil #

def clone #

[View source]
def copy_with(value _value = @value, chunks _chunks = @chunks) #

[View source]
def value : Bytes #