getR method

b getR(
  1. b left(
    1. a
    )
)
inherited

Handle the left value with left and return the right B value.

Implementation

b getR(b Function(a) left) => _self.visit(left: left, right: _identity);