set method

AOut set(
  1. AIn a,
  2. BIn b
)

Implementation

AOut set(AIn a, BIn b) => _setter(a, b);