Bitplane.length

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t length()
  2. size_t length(size_t val)
    struct Bitplane(int NOfBitplanes)
    @property nothrow @trusted pure
    size_t
    length
    (
    size_t val
    )
    if (
    NOfBitplanes <= 16 &&
    NOfBitplanes > 0
    )

Meta