Accesses the character at the given position, without bounds checking
Declared in <mp-units/ext/fixed_string.h>
<mp-units/ext/fixed_string.h>
[[nodiscard]] constexpr const_reference operator[](size_type pos) const;
The character at position pos
pos
The return value should not be discarded.