func generic<T>(_ v: std.vector<T>)
func concrete(_ v: std.vector<CInt>)
let vec = std.vector<CInt>()