LittleEndian.val

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

Meta