Func2

Represents a function with two arguments.

alias Func2(T1, T2, R) = R delegate
(
T1 t1
,
T2 t2
)

Meta