Module Buffer.UByte

type t = Js_of_ocaml.Typed_array.uint8Array Js_of_ocaml.Js.t
val set : ('a'b) Js_of_ocaml.Typed_array.typedArray Js_of_ocaml__.Js.t -> int -> 'a -> unit
val get : ('a'b) Js_of_ocaml.Typed_array.typedArray Js_of_ocaml__.Js.t -> int -> 'a
val length : t -> int
val sub : t -> int -> int -> t
val create : int -> Js_of_ocaml.Typed_array.uint8Array Js_of_ocaml.Js.t
val empty : Js_of_ocaml.Typed_array.uint8Array Js_of_ocaml.Js.t