findCondition

Find ident in an array of identifiers.

@safe nothrow pure
bool
findCondition
(
Identifiers* ids
,)

Parameters

ids Identifiers*

array of identifiers

ident Identifier

identifier to search for

Return Value

Type: bool

true if found

Suggestion Box / Bug Report