mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
note that ccfun_vec is really experimental
This commit is contained in:
parent
5ebebf4fd7
commit
0fb25fac26
2 changed files with 5 additions and 1 deletions
|
|
@ -40,6 +40,10 @@ module Transient = struct
|
|||
exception Frozen
|
||||
end
|
||||
|
||||
(* TODO: move transient from A.t to 'a t, as nodes can be owned by a transient,
|
||||
not arrays.
|
||||
Then do mutable push, and use it for append/filter/flatten/flat_map… *)
|
||||
|
||||
(* function array *)
|
||||
module A = struct
|
||||
type 'a t = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
(** Tree with a large branching factor for logarithmic operations with
|
||||
a low multiplicative factor.
|
||||
|
||||
{b status: unstable}
|
||||
{b status: experimental. DO NOT USE (yet)}
|
||||
|
||||
@since NEXT_RELEASE
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue