Caller.call

Calls stored function pointer / delegate with args and throws stored exception object if return value of callable evaulates to false

struct Caller(T)
call

Parameters

args ParametersOf!(T)

variadic argument list to proxy

Return Value

Type: ReturnTypeOf!(T)

whatever this.fn returns

Throws

this.e if stored function returns 'false'

Meta