Table
class defined at curl/kernel/any-ops.curl:226
Generic bucket hash table with key and value of any type. {param size} keyword argument specifies number of buckets.
{Table.get key:any}:any
method defined at curl/kernel/any-ops.curl:242
Return value associated with {param key}, otherwise void.
{Table.init size:int=16}
method defined at curl/kernel/any-ops.curl:234
{Table.put key:any value:any abort-if-there?:int=0}:int
method defined at curl/kernel/any-ops.curl:260
Associate {param key} with {param value}. If {param key} is already in table, replace it unless {param abort-if-there?}=1.