PureData CEAMMC library web documentation
aliases: [list.minmax]
available since version: 0.1
Note: if @type = any, numbers are smaller then symbols
@type
Get/set type of accepted atoms
type: symbol
enum: float, symbol, any
default: float
@f
Get/set alias to @type float, accept only floats
type: alias
@s
Get/set alias to @type symbol, accept only symbols
type: alias
@a
Get/set alias to @type any, accept all
type: alias
See also: [list.min] [list.max]
Authors: Serge Poltavsky
License: GPL3 or later