package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Hex of int
  2. | Bin of int
  3. | Int of int
  4. | Str of string
val vstr : string -> t
val vhex : string -> t
val vbin : string -> t
val vint : string -> t
OCaml

Innovation. Community. Security.