package binsec

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

Parameters

Signature

type t
val push : E.t -> t -> t
val pop : t -> E.t * t
val singleton : E.t -> t
val length : t -> int
val is_empty : t -> bool
val empty : t