my-c-array/ ├── Makefile ├── build.sh ├── build.bat ├── libmyarray.a (after build) ├── src/ │ ├── array_append/ │ │ ├── array_append.c │ │ └── array_append.h │ └── ...
This is a Motoko library providing a dynamic array implementation. This module is extracted from the deprecated motoko-base library to keep the Buffer functionality alive and maintained. This library ...