Value.get

Template to get a Value of a specific type.

class Value
T
get
(
T
)
()

Parameters

T

The D type of the value to get (must match the type of the Value)

Return Value

Type: T

The value