staticID

This function will produce a unique ID associated with the given symbol by allocating a small piece of static memory. Its address will be then used as an ID.

Each symbol will be associated with its own, unique ID. The ID will be the same for every call with the same symbol.

@safe
staticID
(
alias symbol
)
()

Return Value

Type: StaticID

A unique ID produced from the symbol.

Meta