Skip to content

Dev memory blocks

Dassire requested to merge dev_memory_blocks into main

Change the memory functions to use sequences instead of lists

  • Still functions for lists that use sequences (with List.of_seq and List.to_seq)
  • StdString functions will need some changes (mainly strconcat) when finishing predefined functions with array functions

Added some tests for the memory functions

Merge request reports