Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Add flattenedToList and flattenedToSet #328

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Add flattenedToList and flattenedToSet #328

merged 3 commits into from
Jun 10, 2024

Commits on Jan 12, 2024

  1. Add flattenedToList and flattenedToSet

    For iterables which are known to be exhausted after flattening
    performance is better than the `sync*` implementation using a collection
    literal.
    
    Add `flattenedToList` as a performance improvement over `flattened.`
    Add `flattenedToSet` as new behavior for flattening to unique elements.
    
    Originally implemented in
    dart-lang/sdk@8d3b6ce
    natebosch committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d641ed1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    d09dd6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3dec9 View commit details
    Browse the repository at this point in the history