package tezos-benchmark

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

Module Sparse_vec.StringSource

Sourcetype basis = string
Sourceval is_empty : t -> bool
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval zero : t
Sourceval add : t -> t -> t
Sourceval smul : R.t -> t -> t
Sourceval neg : t -> t
Sourceval fold : (basis -> R.t -> 'b -> 'b) -> t -> 'b -> 'b
Sourceval iter : (basis -> R.t -> unit) -> t -> unit
Sourceval find_map : (basis -> R.t -> 'res option) -> t -> 'res option
Sourceval set : t -> basis -> R.t -> t
Sourceval get_exn : t -> basis -> R.t
Sourceval get_opt : t -> basis -> R.t option
Sourceval get : t -> basis -> R.t

Returns zero if basis is not found in t.

Sourceval swap : t -> basis -> basis -> t
Sourceval of_list : (basis * R.t) list -> t
Sourceval to_list : t -> (basis * R.t) list
Sourceval pp : pp_basis:(Format.formatter -> basis -> unit) -> pp_element:(Format.formatter -> R.t -> unit) -> Format.formatter -> t -> unit
Sourcemodule Op : sig ... end
OCaml

Innovation. Community. Security.