Identifier.generateAnonymousId

Generates a new anonymous identifier.

class Identifier
nothrow extern (D) static
generateAnonymousId
(
const(char)[] name
)

Parameters

name const(char)[]

this will be part of the name of the identifier. For debugging purpose.

Suggestion Box / Bug Report