bind.bind

template bind(alias fun)
ref
bind
(
T
)
(
auto ref T args
)
if (
is(T == struct)
)

Parameters

args T

The struct or tuple whose fields will be used as arguments.

Return Value

Type: auto ref

fun(args.tupleof)

Meta