vec_disjoint

Return 1 if (v1 & v2) == 0

extern (C) nothrow @nogc @safe @trusted pure
int
vec_disjoint
(
const(vec_base_t)* v1
,
const(vec_base_t)* v2
)
Suggestion Box / Bug Report