package binsec

  1. Overview
  2. Docs

doc/binsec.sse/Binsec_sse/Worklist/Dfs/index.html

Module Worklist.DfsSource

Sourcetype 'a t
Sourceval push : 'a -> 'a t -> 'a t
Sourceval pop : 'a t -> 'a * 'a t
Sourceval singleton : 'a -> 'a t
Sourceval length : 'a t -> int
Sourceval is_empty : 'a t -> bool
Sourceval empty : 'a t