mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00

Added more array support that depends on malloc. Added string clone (that uses malloc). Added test for it. Eliminated stack allocated buffers from most of the unit checks.