Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
m = { => } # empty ordered map, future inserted keys will be ordered
|
||||
h = { -> } # empty hash map, future inserted keys will not be ordered
|
||||
|
||||
m = { 'foo' => 42, 'bar' => 100 } # with ordered keys
|
||||
h = { 'foo' -> 42, 'bar' -> 100 } # with unordered keys
|
||||
Loading…
Add table
Add a link
Reference in a new issue