@metreeca/pipe - v0.9.11
    Preparing search index...

    Function toSet

    • Creates a sink collecting all unique items into a set.

      Type Parameters

      • V

        The type of items in the stream

      Returns Sink<V, ReadonlySet<V>>

      A sink that collects all unique items into a set