HandleManager.replace

Replaces the element referred to by a handle in the handle manager.

class HandleManager(T, size_t entryCount = 2^^12)
bool
replace
if (
entryCount > 0
)

Return Value

Type: bool

true if the handle was valid and an element was replaced, false otherwise.

Meta