StringTable.apply

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

struct StringTable(T)
private public nothrow
int
apply
(
int function
(
const(StringValue!T)*
)
nothrow
fp
)

Parameters

fp int function
(
const(StringValue!T)*
)
nothrow

function to call. Returns !=0 to stop

Return Value

Type: int

last return value of fp call

Meta