The OpenD Programming Language

VectorOps

Undocumented in source.
pure nothrow @nogc
static if(CoreSimdIsEmulated)
mixin template VectorOps (
VectorType
ArrayType : BaseType[N]
BaseType
) {
enum Count;
}

Members

Functions

opCast
VecDest opCast()

We can't support implicit conversion but do support explicit casting. "Vector types of the same size can be implicitly converted among each other." Casting to another vector type is always just a raw copy.

Meta