containers: add Vec = CCVec

This commit is contained in:
Simon Cruanes 2023-06-06 22:00:00 -04:00
parent d4e2daeab5
commit ebff0be5ea
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -47,7 +47,8 @@ module Result = CCResult
module Seq = CCSeq
module Set = CCSet
module String = CCString
module Vector = CCVector
module Vec = CCVec
module Vector = CCVector [@@deprecated "use Vec"]
module Monomorphic = CCMonomorphic
module Utf8_string = CCUtf8_string
module Unit = CCUnit