Up

Module Filesize

An int reprensting a file length

Same as the int type but has a specific sexp converter so that you can write "10g". Suffixes are b,k,g,m... The sexp reader also accepts plain ints.

Signature

val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val __bin_read_t__ : (int -> t) Core.Std.Bin_prot.Read.reader
val to_string : t -> string
val of_string : string -> t