Identifier.generateAnonymousId

Generates a new anonymous identifier.

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

Parameters

name const(char)[]

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

Meta