BigEndian.asBigEndian

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T asBigEndian [@property getter]
  2. U asBigEndian [@property setter]
    struct BigEndian(T)
    pure nothrow @safe @nogc @property
    asBigEndian
    (
    U
    )
    (
    U val
    )
    if (
    is(U == T)
    )

Meta