module Int16_unsigned:Swith type elt := int
include Packed_array.Basic
include Sexpable.S
include Binable.S
val get : t -> int -> eltval slice : t -> pos:int -> len:int -> tval iter : t -> f:(elt -> unit) -> unitval fold : t -> init:'a -> f:('a -> elt -> 'a) -> 'aval of_array : elt array -> tval to_array : t -> elt arrayval of_list : elt list -> tval to_list : t -> elt listval empty : t