ParamSet.opIndexAssign

Sets the parameter value for key. Key must be one of the parameter keys passed on instantiation or added by a subclass.

class ParamSet
opIndexAssign

Parameters

val cstring

parameter value (will be sliced)

key cstring

parameter key (case insensitive)

Return Value

Type: cstring

val

Throws

Asserts that key is one of the parameter keys passed on instantiation or added by a subclass.

Meta