📄️ Getting Pion
Requirements
📄️ Creating a Pion Project
Pion is most easily supported when using CMake or xmake as your build system. This guide will use CMake as it is the
📄️ Primitive Types
Like raw C++, Pion has a number of primitives that are used to build up aggregate structures.
📄️ In-place Construction
In-place construction is the construction of a value at the location it lives, without creating intermediate instances.
📄️ Working with Text
Pion strings are able to represent text in various character sets and encoding schemes, including various Unicode