ParamSet.getElement

Obtains the parameter value corresponding to key, bundled with the original key.

class ParamSet
getElement
out (element) { assert (element.key || !element.val); }

Parameters

key cstring

parameter key (case insensitive)

Return Value

Type: Element

Struct containing original key and parameter value or null for key and value if the key was not found. A non-null key with a null value indicates that no value is currently set for this key.

Meta