mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
15597aa268
commit
619492e319
1 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,8 @@ Maps contain key value pairs.
|
||||||
#[ 'a' 1 'b' 2 ]# 'b' remove \ removes 'b'->2 from the map
|
#[ '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.
|
Lists are java.util.LinkedHashMap instances and garbage collected automatically by the host language.
|
||||||
|
|
||||||
## Collection operations
|
## Collection operations
|
||||||
|
|
Loading…
Reference in a new issue