Use.opBinary

Overloads the "in" operator. The given delegate is supplied by the user and will be called at a time the implementaion has decided.

struct Use(ARGS...)
ReturnType
opBinary
(
string op : "in"
)
(
ARGS[0] dg
)

Parameters

dg ARGS[0]

the user supplied delegate that will be called

Return Value

what ever the delegate stored in "args[0]" returns

Meta