Strings.identifierExists

struct Strings()
static pure nothrow @safe @nogc
bool
identifierExists
(
string id
)

Return Value

Type: bool

true iff id is defined in the primary catalog Complexity: O(log n)

Meta