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 70e4ff9 commit 8bd5332Copy full SHA for 8bd5332
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