D Container
Flow-Wing gives you fixed-size 1D arrays with compile-time bounds — think of them as tidy rows of boxes, each holding exactly one value of the same type.
D Containers
Flow-Wing supports multi-dimensional arrays. Start with 2D.
Fill Expression
Flow-Wing supports the fill keyword to create or update an array with a specific value.
Multi Dimensional Container
Flow-Wing supports multi dimensional containers.