ARGB8888Templ.r

Red

  1. auto ref r [@property getter]
    struct ARGB8888Templ(Endianness byteOrder = Endianness.Little)
    @safe @nogc @property nothrow pure ref inout
    static if(byteOrder == Endianness.Big)
    r
    ()
  2. auto ref r [@property getter]

Meta