ai.dragonfly.math.Bijection
trait Bijection[A, B](using a2b: A => B, b2a: B => A) Attributes
- Source:
- Bijection.scala
- Graph
- Supertypes
Members list
Concise view
Type members
Attributes
- Source:
- Bijection.scala
- Graph
- Supertypes
class Conversion[A, B]
trait A => B
trait Matchable
class Any
- Self type
Attributes
- Source:
- Bijection.scala
- Graph
- Supertypes
class Conversion[B, A]
trait B => A
trait Matchable
class Any
- Self type