PropertyStore.set

Sets a property from its quark.

struct PropertyStore
@nogc nothrow
void
set
(
T
)
(
quark q
,)

Parameters

q quark

The property quark.

value T

The value to set.

Meta