derive
Return
the child of our node in the specified direction
Parameters
node
initial node
direction
false means left, true means right
fun derive(node: ShaChain.Node, directions: List<Boolean>): ShaChain.Node
Content copied to clipboard
the child of our node in the specified direction
initial node
false means left, true means right