HandleManager.remove

Removes an element from the handle manager.

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

Return Value

Type: bool

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

Meta