HomeManualTopicsTypesSymbols

std_types::binary_table

the "type function" for binary

Parameters

myself^
key
value (default: NONE)

Results

None

Description

It is used to set or retrieve an element in the binary table.

Example

<require basic/stdlib> <require basic/types/collections/tables/binary_table> $ages empty_binary_table !ages("Victor") 23 !ages("Robert") 25 !ages("Eva") 27 println! serialize(ages 0)

Output

object <6> "Eva" 27 "Robert" 25 "Victor" 23

Topics

Tables

Collections

See also

std_types::binary_table the "type function" for binary