StringTable.apply

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

struct StringTable
extern (C++)
int
apply
(
int function(
const(StringValue)*
)
fp
)

Parameters

fp
Type: int function(
const(StringValue)*
)

function to call. Returns !=0 to stop

Return Value

Type: int

last return value of fp call

Meta