package conan

  1. Overview
  2. Docs
type t =
  1. | Relative of t
  2. | Absolute of t
  3. | Value of int64
  4. | Read of t * Size.t
  5. | Calculation of t * t Arithmetic.t
val serialize : Format.formatter -> t -> unit
val pp : Format.formatter -> t -> unit
val process : 's Sigs.scheduler -> ('fd, 'error, 's) Sigs.syscall -> 'fd -> t -> int64 -> ((int64, 'error) result, 's) Sigs.io