init()
s3Cxx0A6VectorPxycfc
76PMP
import Cxx
protocol CxxVector<Element> : ExpressibleByArrayLiteral
A C++ type that represents a vector of values.
associatedtype Element where Self.Element == Self.RawIterator.Pointee
associatedtype RawIterator : UnsafeCxxRandomAccessIterator
mutating func push_back(_ element: Self.Element)