Bitplane.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte opIndexAssign(ubyte val, size_t i)
    struct Bitplane(int NOfBitplanes)
    @nogc pure nothrow
    static if(NOfBitplanes <= 8)
    ubyte
    opIndexAssign
    (
    ubyte val
    ,
    size_t i
    )
    if (
    NOfBitplanes <= 16 &&
    NOfBitplanes > 0
    )
  2. ushort opIndexAssign(ushort val, size_t i)

Meta