bjorn3 commented on Issue #1358:
I would prefer an
entries
method like you suggested in the issue instead. Otherwise it is easy to accidentially use a method from the internalHashMap
. This will also polute autocompletion suggestions and the docs with every singleHashMap
method.
jyn514 commented on Issue #1358:
I changed it to entries, that makes sense. Users can still have all the
len()
,is_empty()
, etc. functions by callingentries()
first.
Last updated: Nov 22 2024 at 17:03 UTC