Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 292 Bytes

collections.md

File metadata and controls

24 lines (10 loc) · 292 Bytes

Collections

CosmOS provides collections in order to easy writing kernel code and to prevent creating bugs. The collections include iterators, and checks for out of range indices.

Array

A simple in-memory array.

List

A list

Ringbuffer

A ringbuffer

String

A string