package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module G : G

Signature

val iter : (G.V.t -> unit) -> G.t -> unit
val iter_component : (G.V.t -> unit) -> G.t -> G.V.t -> unit
type iterator
val start : G.t -> iterator
val step : iterator -> iterator
val get : iterator -> G.V.t
OCaml

Innovation. Community. Security.