Support table parameters and record types (#37) #38

Merged
Aire-One merged 7 commits from feat/#37 into master 2022-11-06 19:23:20 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 05c098e026 - Show all commits

View File

@ -71,7 +71,7 @@ local record pl
keys: pl.List<K>
values: pl.List<V>
iter: function(pl.Map<K, V>): (function(): {K, V})
iter: function(pl.Map<K, V>): (function(): K, V)
items: function(pl.Map<K, V>): (function(): {K, V})
get: function(pl.Map<K, V>, K): V