marcglasberg / fast_immutable_collections

Dart Package: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
BSD 2-Clause "Simplified" License
213 stars 30 forks source link

Feat/remove tuples #67

Closed ricardodalarme closed 8 months ago

ricardodalarme commented 8 months ago

Description

There is no reason for Tuples to continue to exist, because the project limits the version of Dart to at least 3.2, which already includes support for Records.

Therefore, this PR removes Tuple2 and changes its uses to Records.

Related Issue

marcglasberg commented 8 months ago

@ricardodalarme Pronto, publicado. Obrigado!

Solido commented 8 months ago

Congrats on this 10 release and thank you very much everyone!