PropertyStore.getFromIndex

Gets the given value from the given offset.

struct PropertyStore
@nogc nothrow inout
T
getFromIndex
(
T
)
(
size_t offset
)

Parameters

offset size_t

The offset of the value to get.

Return Value

Type: T

The value at that given offset if found, T.init otherwise.

Meta