PropertyStore.defineOverlay

Defines an overlay for a quark at the given memory location.

struct PropertyStore
@nogc nothrow
ptrdiff_t
defineOverlay
(
T
)
(
quark key
,
size_t offset
)

Parameters

key quark

The key to assign

offset size_t

The offset to assign it at.

Return Value

Type: ptrdiff_t

The offset that the overlay was created at, -1 if the overlay could not be created.

Meta