newBindings function

Map<Variable, Node> newBindings()

Implementation

Map<Variable, Node> newBindings() => Map<Variable, Node>.identity();