2 releases
0.0.2 | Aug 12, 2024 |
---|---|
0.0.1 | Jul 2, 2020 |
#1005 in Data structures
277 downloads per month
5KB
59 lines
append-only
append-only contains versions of data structures that ... only allow appends. Data structures where values cannot be modified once added, combined with Boxing, allow immutable references to one key's value to be handed out while preserving the ability to append other key/value pairs to the structure.