overloadApply

Visit each overloaded function/template in turn, and call dg(s) on it. Exit when no more, or dg(s) returns nonzero.

extern (D)
int
overloadApply
(
,
scope int delegate() dg
)

Return Value

Type: int

==0 continue !=0 done

Meta