Suggestion: Abandon named Lists in favor our Hashmaps with value semantics
Open
meta-discussion
theme-internals
- Dominant language
- Rust
- Stars
- 145
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I have always felt, that the fact that names are not necessarily unique, while still allowing to subset named objects by there name to be somewhat odd. I would suggested that it should not be possible anymore to assign names to vectors / lists. Instead I would suggest to add something like a `Dict` data-type that is a hashmap with value semantics.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.