PropertyStore.getDefault

Gets the default value of a property from its quark.

struct PropertyStore
@nogc nothrow inout
T
getDefault
(
T
)
(
quark q
)

Parameters

q quark

The property quark.

Return Value

Type: T

The default value of the property if found, initial otherwise.

Meta