BigEndian

this struct tries to keep it's own value as BigEndian

Constructors

this
this(T val)
Undocumented in source.
this
this(ubyte[] _array)
Undocumented in source.

Alias This

asBigEndian

Members

Aliases

isBigEndian
alias isBigEndian = void
Undocumented in source.

Functions

opAssign
BigEndian!T opAssign(BigEndian!T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
BigEndian!T opAssign(U val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
BigEndian!T opAssign(U val)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

asBigEndian
T asBigEndian [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
asBigEndian
U asBigEndian [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

swapIfNeeded
U swapIfNeeded(U val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

asNative
T asNative;
Undocumented in source.

Meta