class
Lexbor::Utils::PagedArray(T)
- Lexbor::Utils::PagedArray(T)
- Reference
- Object
Overview
Simple array stored in blocks of memory, faster for tokens storage
Included Modules
- Enumerable(Lexbor::Utils::PagedArray::Pos(T))
Defined in:
lexbor/utils/paged_array.crConstructors
Instance Method Summary
- #<<(v : T)
- #block_size
- #bufs
-
#each(&)
Must yield this collection's elements to the block.
- #elements_size
- #last
- #last?
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Lexbor::Utils::PagedArray::Pos(T))
Must yield this collection's elements to the block.