doddle
    Preparing search index...

    Type Alias PropertyKeyIteratee<E, K>

    PropertyKeyIteratee: ASeq.Iteratee<E, K>

    A specialized iteratee that projects elements to property keys.

    ℹ️ Used for operations that turn sequences into objects.

    Type Parameters

    • E

      The input element type.

    • K extends PropertyKey

      The key type extending PropertyKey.