slint/internal/compiler/generator
Olivier Goffart 6c7a50bd3d LLR: used typed index for vectors in the LLR
type-safety+=1

This would avoid for example using a sub-component index in an array of
instances or items.
It also self-document what the index is for.

There are still a couple of cast from repeater-index to u32 because we
do some hack with the repeater-index number for component containers
We also cast back to numbers in order to convert it to string in the
generated code.
2025-01-26 11:44:54 +01:00
..
cpp.rs LLR: used typed index for vectors in the LLR 2025-01-26 11:44:54 +01:00
rust.rs LLR: used typed index for vectors in the LLR 2025-01-26 11:44:54 +01:00