ValidationStack.pop

Pops a name from the top, then compared with the input.

struct ValidationStack(StringType)
@safe pure nothrow
bool
pop
(
StringType input
)

Parameters

input StringType

the string that is being compared with the input.

Return Value

Type: bool

True if a string could been removed from the stack and it's identical with the input, false otherwise.

Meta