The OpenD Programming Language

applyFront

Performs fun(st.front!d).

This functions is useful when st.front!d has not a common type and fails to compile.

Can be used instead of .Concatenation.front

applyFront
(
size_t d = 0
alias fun
size_t dim
Slices...
)
(
Concatenation!(dim, Slices) st
)

Meta