NumericArrayTag.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Object o)
    class NumericArrayTag(T, NBT_TYPE _type)
    override
    bool
    opEquals
    (
    Object o
    )
    if (
    isNumeric!T
    )
  2. bool opEquals(T[] value)
  3. bool opEquals(T value)

Meta