ISetMonoid<A> constructor

ISetMonoid<A>(
  1. Order<A> _aOrder
)

Implementation

ISetMonoid(this._aOrder);