package ocamlgraph

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

Module BidirectionalUnlabeled.ISource

Sourcetype t = (S.t * S.t) HM.t
Sourcemodule PV = V
Sourcemodule PE = E
Sourceval iter_edges : (HM.key -> S.elt -> unit) -> ('a * S.t) HM.t -> unit
Sourceval fold_edges : (HM.key -> S.elt -> 'a -> 'a) -> ('b * S.t) HM.t -> 'a -> 'a
Sourceval iter_edges_e : ((HM.key * S.elt) -> unit) -> ('a * S.t) HM.t -> unit
Sourceval fold_edges_e : ((HM.key * S.elt) -> 'a -> 'a) -> ('b * S.t) HM.t -> 'a -> 'a
OCaml

Innovation. Community. Security.