Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColoredMutable<T, C>

Generic mutably colored graph interface.

Type parameters

  • T

    type of vertex on the graph.

  • C

    color type.

Hierarchy

Index

Methods

Methods

color

  • color(v: T): C | undefined

setColor

  • setColor(v: T, color: C): void

Generated using TypeDoc