AutoSum
mill.api.Mirrors.AutoSum
final class AutoSum[T, L <: String, Ns <: Tuple, Ts <: Tuple](ord: T => Int) extends Sum
Attributes
- Source
- Mirrors.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
Members list
Type members
Types
The names of the product elements
Attributes
- Source
- Mirrors.scala
The name of the type
The mirrored *-type
Attributes
- Source
- Mirrors.scala
Value members
Concrete methods
The ordinal number of the case class of x
. For enums, ordinal(x) == x.ordinal
The ordinal number of the case class of x
. For enums, ordinal(x) == x.ordinal
Attributes
- Definition Classes
-
Sum
- Source
- Mirrors.scala
In this article