mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-09-05 13:50:56 +02:00
Minor API change: - NDView<T> implicitly converts to NDView<const T> (as std::span in C++20) - expand4to8bit and expand24to32bit now takes a view over const uint8_t to show that the input is not changes closes #291