struct Slice(T)
Superclass hierarchy
Included Modules
Enumerable(T),
Iterable
Defined in:
Class Method Summary
Instance Method Summary
Class Method Detail
def self.
new(length :
Int32, &block)
def self.
new(length :
Int32)
def self.
new(length :
Int32, value : T)
Instance Method Detail
def
[]=(index :
Int, value : T)
def
at(index :
Int, &block)
def
copy_from(source :
Pointer(T), count)
def
copy_to(target :
Pointer(T), count)