Value.get
T get(T)() nothrowTemplate to get a Value of a specific type.
Parameters
T | The D type of the value to get (must match the type of the Value) |
Returns
The value
T get(T)() nothrowTemplate to get a Value of a specific type.
T | The D type of the value to get (must match the type of the Value) |