LittleEndian.val

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T val [@property setter]
    struct LittleEndian(size_t sz)
    @property pure @safe @nogc nothrow
    void
    val
    ()
    if (
    sz == 2 ||
    sz == 4
    ||
    sz == 8
    )
  2. T val [@property getter]

Meta