HandleManager.length

Returns the number of elements currently stored in the handle manager.

class HandleManager(T, size_t entryCount = 2^^12)
@property const
size_t
length
()
if (
entryCount > 0
)

Return Value

Type: size_t

The length of the handle manager.

Meta