StaticModArray.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(Ix[] key)
  2. bool contains(Mod!(radix, ModUInt) ix)
  3. bool contains(UInt ix)
    struct StaticModArray(uint capacity, uint elementLength, uint span, bool useModuloFlag)
    pure nothrow @safe @nogc pragma(inline, true) const @nogc
    static if(L == 1)
    static if(!(useModuloFlag))
    bool
    contains
    (
    UInt
    )
    (
    in UInt ix
    )
    if (
    isUnsigned!UInt
    )
    if (
    capacity * elementLength >= 2
    )

Meta