class Dawg::MemoryDawg
- Dawg::MemoryDawg
- Reference
- Object
Included Modules
Defined in:
dawg/dawg/memory_dawg.crConstructors
Instance Method Summary
- #each_edge(index, &)
- #each_node(&)
- #edge_count : Int32
- #edge_count=(edge_count : Int32)
- #get_bool(slice : Bytes)
- #get_char(slice : Bytes)
- #get_edge_count
- #get_int(slice : Bytes)
- #get_node_by_index(index)
- #get_node_count
- #lookup(word)
- #node_count : Int32
- #node_count=(node_count : Int32)
- #query(word)
- #root
- #slice : Slice(UInt8)
- #slice=(slice : Slice(UInt8))