hnisula / ducklib

A library made out of ducks
1 stars 0 forks source link

`TArray` creation by copying existing #34

Closed hnisula closed 2 years ago

hnisula commented 2 years ago

This also means there probably needs to be a change on how to create an array operating on an external array.

TArray::Attach(items)?