banan-os/BAN/include
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: Update {Byte}Span API with better constness 2024-10-10 21:53:23 +03:00