DelegatingSet<E> constructor

const DelegatingSet<E>(
  1. Set<E> base
)

Implementation

const DelegatingSet(Set<E> base) : _base = base;