Vec

Undocumented in source.

Constructors

this
this(T[size] data)
Undocumented in source.
this
this(T x)
Undocumented in source.
this
this(Ts data)
Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

castType
Vec!(NT, size) castType()
Undocumented in source. Be warned that the author may not have intended to support it.
map
auto map()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
void opIndex(size_t i, T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta