Cello icon indicating copy to clipboard operation
Cello copied to clipboard

Question about Array

Open okla opened this issue 4 years ago • 0 comments

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?

okla avatar Apr 30 '20 10:04 okla