UC-Davis-molecular-computing / scadnano

Web application for designing DNA structures such as DNA origami.
https://scadnano.org
MIT License
23 stars 13 forks source link

replace Tuples with records #984

Open dave-doty opened 2 months ago

dave-doty commented 2 months ago

Dart 3 has a new feature called records that is similar to tuples/named tuples: https://dart.dev/language/records

We should replace all usages of Tuple2, Tuple3, etc. from the tuple package with these, and remove the tuple package dependency.