cast<R> method

Set<R> cast <R>()

Implementation

Set<R> cast<R>() => Set.castFrom<E, R>(this, newSet: _newSet);