dot

Undocumented in source. Be warned that the author may not have intended to support it.
dot
(
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 (
(
N == K ||
K == 0
||
N == 0
)
&&
)

Meta