Vector

Arbitrary vector implementation, allows any length vector less than or equal to 256 bits and can be interacted with as an array.

Constructors

this
this(A ahs)
Undocumented in source.

Alias This

data

Members

Functions

opAssign
auto opAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
auto opEquals(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
auto opEquals(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

is256
enum is256;
Undocumented in source.

Variables

data
T[4] data;
Undocumented in source.
data
T[8] data;
Undocumented in source.
data
T[16] data;
Undocumented in source.
data
T[32] data;
Undocumented in source.
data
T[2] data;
Undocumented in source.
data
T[4] data;
Undocumented in source.
data
T[8] data;
Undocumented in source.
data
T[16] data;
Undocumented in source.

Meta