operation property
final
Operation to be performed at each node. Note that operation can widen
the output. The logic function must support the operation for 2 and up to
radix inputs. The depth input is the depth of the current node in the
tree to the leaves. For sequences that are not powers of radix, the
depth is the maximum depth to the leaves from this node in the tree. The
depth can be used to index the control
Logic to change behavior at
each depth of the tree.
Implementation
final Logic Function(List<Logic> inputs,
{int depth, Logic? control, String name}) operation;