Skip to content

Releases: zcaisse9876/caisse

Basic Containers

16 Aug 19:12
Compare
Choose a tag to compare

zmc::vector<T> - Contiguous memory managed array of generic elements

zmc::pair<T1, T2> - Pair structure for two generic data types

zmc::string - Contiguous memory managed array of characters

zmc::forward_list<T> - Node based singly-linked list of generic elements