Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
[].asMap() # immutable, empty
|
||||
["one" => 1, "two" => 2] # immutable, 2 mappings
|
||||
[].asMap().diverge() # mutable, empty
|
||||
["one" => 2].diverge(String, float64) # mutable, initial contents,
|
||||
# typed (coerces to float)
|
||||
Loading…
Add table
Add a link
Reference in a new issue