yu.container.vector

Undocumented in source.

Members

Structs

Vector
struct Vector(T, Allocator = Mallocator, bool addInGC = true)

copy 有三种类型: 1. COW: 对于值类型, 非指针, 对于结构体并且没有自定义 赋值函数 2. 深Copy: 对于有自定义 赋值函数的结构体 2. 不允许copy: 对于引用类型 和 指针

Meta