is_index

Converts from a text to a index

@safe @nogc pure nothrow
bool
is_index
(
const(char[]) a
,
out uint result
)

Parameters

a const(char[])

the string to be converted to an index

result uint

index value

Return Value

Type: bool

true if a is an index