BigEndian.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BigEndian!T opAssign(BigEndian!T val)
  2. BigEndian!T opAssign(U val)
    struct BigEndian(T)
    pure nothrow @safe @nogc
    opAssign
    (
    U
    )
    (
    U val
    )
    if (
    !is(U.isBigEndian) &&
    isIntegral!U
    )
  3. BigEndian!T opAssign(U val)

Meta