etl/include
taltenbach 55503e0b97
Fix etl::as_bytes for etl::span<const T> (#1266)
A missing 'const' in the etl::as_bytes implementation was causing a
compile-time error when etl::as_bytes was called on a span of const
values.

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-01-17 23:04:52 +01:00
..
etl Fix etl::as_bytes for etl::span<const T> (#1266) 2026-01-17 23:04:52 +01:00