PropertyStore.offsetOf

Gets the offset of the given quark in the property store.

struct PropertyStore
@nogc nothrow inout
ptrdiff_t
offsetOf
(
quark q
)

Parameters

q quark

The quark to look up.

Return Value

Type: ptrdiff_t

The index of q in properties if found, -1 otherwise.

Meta