abstract class Stelios::LinearContainer

Direct Known Subclasses

Defined in:

engine/container.cr

Constructors

Instance Method Summary

Instance methods inherited from class Stelios::Container

[]=(index : Int, val : Item | Nil) []=, add(item : Item) add, items : Indexable(Item | Nil) items

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(size : Int) #

[View source]

Instance Method Detail

def add(item : Item) #

[View source]
def items : Array(Item | Nil) #

[View source]
def size : UInt64 #

[View source]