zio.internal.macros.Graph
final case class Graph[
Key,
A](
nodes:
List[
Node[
Key,
A]],
keyEquals: (
Key,
Key)
=> Boolean)
Attributes
-
Graph
-
-
Supertypes
-
trait Product
trait Equals
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product