Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
fingers
2.2.2
Top Level Namespace
Fingers
ActionRunner
Cli
Commands
Base
LoadConfig
PanePrinter
SendInput
Start
Version
Config
Dirs
Formatter
Hinter
InputSocket
MainCommand
MatchFormatter
Printer
State
Target
View
Huffman
HuffmanNode
PriorityQueue
Tmux
Pane
Shell
Window
TmuxStylePrinter
InvalidFormat
Shell
ShellExec
Generated using Crystal 1.12.2
2024-08-15 07:59:54 UTC
struct
HuffmanNode
HuffmanNode
Struct
Value
Object
Defined in:
huffman.cr
Constructors
.new
(weight : Int32, children : Array(HuffmanNode))
Instance Method Summary
#children
: Array(HuffmanNode)
#weight
: Int32
Constructor Detail
def self.
new
(weight : Int32, children : Array(
HuffmanNode
))
#
[
View source
]
Instance Method Detail
def
children
: Array(
HuffmanNode
)
#
[
View source
]
def
weight
: Int32
#
[
View source
]