@webdeveric/utils
    Preparing search index...

    Function unique

    Lazily yield only the unique items from an Iterable or AsyncIterable, preserving order.

    [...unique([1, 2, 2, 3, 1])]; // [1, 2, 3]