fixed_collections 0.5.0-beta fixed_collections: ^0.5.0-beta copied to clipboard
Collections you can't modify. Use lists that give you compile-time errors if you make calls to modify the list.
0.1.0-beta #
Inititial release
0.2.0-beta #
Fix the extension method name (toFixedList)
0.3.0-beta #
Readme wording
0.4.0-beta #
Deprecate more stuff (including hashCode and ==). Use the collections package for list equality.
0.5.0-beta #
Add FixedSet
and FixedMap
. Revert the change to deprecate hashCode and ==.