toSetConverted<R> method

Set<R> toSetConverted<R>()

Converts this iterable to a set of type R using convert_object logic.

Implementation

Set<R> toSetConverted<R>() => convertToSet<R>(this);