HandleManager.add

Stores an element in the handle manager, returning a unique handle for that element.

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

Return Value

Type: Handle!T

A handle referring to the element that was stored in the handle manager.

Meta