Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
counter_tree
master
CounterTree
Counter
Tree
Generated using Crystal 1.14.0
2024-11-26 07:28:12 UTC
module
CounterTree
Defined in:
counter_tree.cr
lib/counter.cr
lib/tree.cr
Constant Summary
VERSION
=
"1.0.1"
Class Method Summary
.dump
(tree : Tree) : Slice(UInt8)
.load
(io : Slice(UInt8)) : Tree
Class Method Detail
def self.
dump
(tree :
Tree
) : Slice(UInt8)
#
[
View source
]
def self.
load
(io : Slice(UInt8)) :
Tree
#
[
View source
]