The OpenD Programming Language

posv

template posv(T)
@trusted pure nothrow @nogc @trusted
size_t
posv
(
char uplo
,
Slice!(T*, 2, Canonical) a
,
Slice!(T*, 2, Canonical) b
)
if (
is(T == double) ||
is(T == float)
)

Meta