We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Vec = CCVec
1 parent 7f4de29 commit 5f97514Copy full SHA for 5f97514
src/core/containers.ml
@@ -47,7 +47,8 @@ module Result = CCResult
47
module Seq = CCSeq
48
module Set = CCSet
49
module String = CCString
50
-module Vector = CCVector
+module Vec = CCVec
51
+module Vector = CCVector [@@deprecated "use Vec"]
52
module Monomorphic = CCMonomorphic
53
module Utf8_string = CCUtf8_string
54
module Unit = CCUnit
0 commit comments