Files
filament/libs/utils/include/utils
Eliza 8e5dabfa8e utils: split Slice into mutable and constant types (#9276)
* slice: fix memory semantics

* slice: prefer passing slice by value

This lets us do nice things like coercing Slice<T> to Slice<const T>, etc.

* slice: fix unit tests

* slice: fix copy/assignment, hash function

Don't attempt to define a copy constructor/assignment operator which would
convert a constant type to a mutable type.

Additionally, fix the hash function such that we're hashing U instead of const
U.
2025-10-01 22:40:50 +00:00
..
2025-08-06 22:22:40 +00:00
2025-04-23 09:23:21 -07:00
2025-04-23 09:23:21 -07:00
2021-10-07 20:58:34 -07:00
2024-10-17 14:15:40 -07:00
2025-01-17 17:50:16 -08:00
2025-10-01 14:53:51 -07:00
2022-03-01 10:03:31 -08:00
2021-02-17 10:11:22 -08:00
2024-08-05 10:59:46 -07:00