Update README.md

This commit is contained in:
Attila Magyar 2021-06-21 23:01:26 +02:00 committed by GitHub
parent 15597aa268
commit 619492e319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -298,6 +298,8 @@ Maps contain key value pairs.
#[ 'a' 1 'b' 2 ]# 'b' remove \ removes 'b'->2 from the map
```
## Implementation notes
Lists are java.util.LinkedHashMap instances and garbage collected automatically by the host language.
## Collection operations