bonsai.web_ui_file
Bonsai_web_ui_file.Progress
bonsai
bonsai.bench
bonsai.example_chat_open_source_native
bonsai.example_chat_open_source_native_common
bonsai.extra
bonsai.focus_ring
bonsai.protocol
bonsai.tailwind_colors
bonsai.test
bonsai.web
bonsai.web_test
bonsai.web_ui_common_components
bonsai.web_ui_drag_and_drop
bonsai.web_ui_element_size_hooks
bonsai.web_ui_extendy
bonsai.web_ui_file_from_web_file
bonsai.web_ui_form
bonsai.web_ui_freeform_multiselect
bonsai.web_ui_multi_select
bonsai.web_ui_query_box
bonsai.web_ui_reorderable_list
bonsai.web_ui_typeahead
bonsai_test_dot
type t = {
loaded : int;
How many bytes have been loaded so far?
total : int;
How many bytes are there to read in total?
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_percentage : t -> Core.Percent.t