issues
search
hnisula
/
ducklib
A library made out of ducks
1
stars
0
forks
source link
Add `TArray` ctors for copy array
#35
Closed
hnisula
closed
2 years ago
hnisula
commented
2 years ago
Add
TArray
ctors for copying from regular arrays.
Move
TArray
ctor for external array to
TArray::Attach()
.
Rename
TArray::size
->
TArray::length
.
Fix some
uint64_t
inconsistencies.
Add tests for this.
TArray
ctors for copying from regular arrays.TArray
ctor for external array toTArray::Attach()
.TArray::size
->TArray::length
.uint64_t
inconsistencies.