emptySetWithOrder<A> function

ISet<A> emptySetWithOrder<A>(
  1. Order<A> order
)

Implementation

ISet<A> emptySetWithOrder<A>(Order<A> order) => new ISet.empty(order);