package bitcoinml

  1. Overview
  2. Docs
type t = int Stack.t
val create : unit -> t
val pop : t -> int
val top : t -> int
val push : int -> t -> unit
val push_data : string -> t -> unit
OCaml

Innovation. Community. Security.