cross

Undocumented in source. Be warned that the author may not have intended to support it.
cross
(
size_t N
size_t K
T
E
alias string S1
alias string S2
)
(
in Vector!(N, T, S1) a
,
in Vector!(K, E, S2) b
)
if (
(
(
K == 3 ||
K == 0
)
&&
(
N == 3 ||
N == 0
)
)
&&
)

Meta