package ocamlgraph

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

Module G.ISource

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

Innovation. Community. Security.