Func1

Represents a function with one argument.

alias Func1(T1, R) = R delegate
(
T1 t1
)

Meta