Method Decoder()->functionof()
- Method functionof
function(:void) functionof(string data)
- Description
Decode function encoded in data.
This function is called by decode_value() when it encounters encoded functions.
- Parameter data
Encoding of some function as returned by Encoder.nameof().
- Returns
Returns the decoded function.
- See also