ComponentPool.set

Sets the value of the component at the specified index.

class ComponentPool(T)
@nogc
void
set
(
in size_t index
,
ref T component
)

Meta