Bitplane.opIndex

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

Meta