PropertyStore.define

Defines a property in the store.

struct PropertyStore
@nogc nothrow
size_t
define
(
T
)
(
quark key
,)

Parameters

key quark

The key of the property.

default_ T

The default value for the property.

Return Value

Type: size_t

The index assigned to the definition.

Meta