PropertyStore.get

Gets a property from its quark.

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

Parameters

q quark

The property quark.

Return Value

Type: T

The value for the given quark if found, initial otherwise.

Meta