banan-os/BAN
Bananymous 2da6776451 BAN: Update {Byte}Span API with better constness
const BAN::Span<int> is now allowed to modify its underlying data, but
the container itself is const.

BAN::Span<const int> can be used for spans over constant data.
2024-10-10 21:53:23 +03:00
..
BAN BAN: Make String and StringView header only 2024-05-23 15:43:26 +03:00
include/BAN BAN: Update {Byte}Span API with better constness 2024-10-10 21:53:23 +03:00
CMakeLists.txt BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00