package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt
type t
val push : elt -> t -> t
val pop : t -> elt * t
val singleton : elt -> t
val length : t -> int
val is_empty : t -> bool
val empty : t