package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private
  1. | Unlimited
  2. | Count of int
val pp : Format.formatter -> t -> unit
val once : t

once is Count 1

val count : int -> t
val unlimited : t
val decr : t -> t
val is_zero : t -> bool