Type Definition gurgle::roll::RollTree[][src]

type RollTree = BinaryTree<ItemRoll, Operator, AtomicPtr<i64>>;
Expand description

Rolling result tree

Trait Implementations

Formats the value using the given formatter. Read more