PureData CEAMMC library web documentation
aliases: [ceammc/dict], [dict]
available since version: 0.6
Syntax: [key1: value key2 : "with space"]. Nested dictionaries are supported: [a: [A:1 B:2]]).
[….]
sets new content without output
KEY entry key
type: symbol
required: True
VAL single value or list
type: list
required: True
choose
choose random key and output it
clear
removes all dict values. No output
set
set dict content without output
KEY key
type: symbol
required: True
VAL single value or list
type: list
required: True
@keys (readonly)
Get keys of dictionary
type: list
@empty (readonly)
Get 1 if dict is empty, otherwise 0
type: bool
default: 1
@size (readonly)
Get number of entries in dictionary
type: int
min value: 0
default: 0
See also: [data.set] [data.mlist]
Authors: Serge Poltavsky
License: GPL3 or later