$Set<E>.wrap constructor

$Set<E>.wrap(
  1. Set<E> $value
)

Wrap a Set in a $Set

Implementation

$Set.wrap(this.$value);