Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 379 Bytes

push-pop-arrays.md

File metadata and controls

6 lines (3 loc) · 379 Bytes

Push Pop Arrays

Push Pop Arrays are special containers that work over existing arrays. Once initialized, they provide 4 simple APIs for pushing, popping and peaking various length arrays. Functionality can be used for example as LIFO storage for moves or structuring variables and many others.

Some other functions like PushCanvas and PopCanvas work with them as well.