Unboxed.Arrayinclude Float_u.Array with type elt := tinclude Float_u.Array_getters_and_setters with type t := t and type elt := tval length : t @ local -> intval t_of_sexp : Core.Sexp.t -> t @@ portableval sexp_of_t : t -> Core.Sexp.t @@ portableval custom_sexp_of_t : (t -> Core.Sexp.t) -> t -> Core.Sexp.tval custom_t_of_sexp : (Core.Sexp.t -> t) -> Core.Sexp.t -> tIdentity no-op conversions between t and elt array. They are the same type at runtime.