Copying and printing the copy
This commit is contained in:
@@ -76,6 +76,7 @@ struct Array {
|
||||
allocator = a;
|
||||
data = allocate_array(a, T, size);
|
||||
cap = size;
|
||||
len = 0;
|
||||
}
|
||||
|
||||
Array<T> copy(Allocator *a) {
|
||||
|
||||
Reference in New Issue
Block a user