ostrat.MyDbl2Elem
See theMyDbl2Elem companion object
case class MyDbl2Elem(a: Double, b: Double) extends Dbl2Elem
An example of a class that is based on the product of 2 Doubles. This class, MyDbl2Arr and their companion objects show you the boiler plate necessary to create and use custom efficient flat Array based immutable collection classes.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article