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.
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.