Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
combine
master
Top Level Namespace
Combine
Built with Crystal 1.10.0
2023-11-04 01:05:55 UTC
Top Level Namespace
Defined in:
Constant Summary
Layers
=
{}
of
Int32
=>
Array
(
Int32
)
Queue
=
Channel
(
Array
(
Int32
)).new(
200
)
Method Summary
combine
(yielder, layer, combination : Array(Int32))
combine_all
(queue)
draw
(i, combination)
Method Detail
def
combine
(yielder, layer, combination : Array(Int32))
#
[
View source
]
def
combine_all
(queue)
#
[
View source
]
def
draw
(i, combination)
#
[
View source
]