package timere

  1. Overview
  2. Docs

Source file int64_utils.ml

1
2
3
4
5
6
7
let ( +^ ) = Int64.add

let ( -^ ) = Int64.sub

let ( /^ ) = Int64.div

let ( *^ ) = Int64.mul
OCaml

Innovation. Community. Security.