MapFormat.getMetadata

Returns the given metadata.

class MapFormat
public
T
getMetadata
(
T
)
(
string name
)
if (
T.stringof == int.stringof ||
T.stringof == string.stringof
)

Parameters

name string

the name of the parameter. Template params:

T

The type of the parameter.

Meta