C++ representations of Roc's standard library data structures. These classes are designed for developing Roc platforms using C++. Create data structures that can be passed directly to a Roc app, and type-cast return values from Roc functions to these C++ types.
https://github.com/roc-lang/roc
- Str
- List
- Num
- Dict
- Set
- Box
- Result