⚠️ Internal: This API is not publically exported by the package.

      Case represents a datatype similar to a case class in Scala. Namely, a datatype created using Case will, by default, provide an implementation for a constructor, Hash, and Equal.

      Since

      2.0.0

      interface Case {
          [symbol](that): boolean;
          [symbol](): number;
      }

      Hierarchy

      Methods

      • Returns number