TapBranch constructor

TapBranch(
  1. TapNode l,
  2. TapNode r
)

Implementation

TapBranch(this.l, this.r);