retype<R> method

Set<R> retype <R>()

Implementation

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