Cello
Cello copied to clipboard
Question about Array
Hello! I'm working on a std=gnu90
codebase with dynamic memory not allowed. I would like to use Cello's Array
type to pass arrays into functions instead of pointers and to use bound checks. Can Array
be statically allocated? And if so, what is the minimal subset of Cello's codebase I need to use it in my codebase?