Parameter<A> constructor

Parameter<A>(
  1. A a
)

Implementation

Parameter(this.a);