setC method

Function1<AIn, AOut> setC(
  1. BIn b
)

Implementation

Function1<AIn, AOut> setC(BIn b) => (a) => set(a, b);