StringTable.opApply

Walk the contents of the string table, calling fp for each entry.

struct StringTable(T)
extern (D) nothrow
int
opApply
(
scope int delegate
(
const(StringValue!T)*
)
nothrow
dg
)

Return Value

Type: int

last return value of fp call

Meta