KV Tables
tabSing
(tabSing key val)
> key : a
> val : b
> Tab atabSing 1 2 == [1=2]
tabSing {a} {b} == [a=(%b)]
tabSing 0 [] == [0=[]]isTab
(isTab x)
> x : a
> BoolisTab #[] == 1
isTab #[x=3 y=4] == 1
isTab [] == 0tabSearchCase
tabLen
tabIdx
tabKeysSet
tabKeysRow
tabKeysList
tabHas
tabGet
tabValsRow
tabValsList
tabSwitch
tabFromPairs
tabFromAscPairs
tabToPairs
tabToPairList
tabToList
tabPut
tabFromPairsList
tabIns
tabIsEmpty
tabDel
tabPop
tabSplitAt
tabSplitLT
tabAlter
tabMapWithKey
tabMap
tabUnionWith
tabUnion
tabWeld
tabCatRow
tabLookup
tabMinKey
tabFoldlWithKey
tabElemIdx
emptyTab
tabInsWith
tabFilterWithKey
Last updated