forked from Bananymous/banan-os
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. |
||
---|---|---|
.. | ||
BAN |
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. |
||
---|---|---|
.. | ||
BAN |