[Development] Redesigning QML value types

Richard Gustavsen Richard.Gustavsen at qt.io
Wed Sep 21 10:10:45 CEST 2022


> 1. Value types are passed by value
>  2. Everything is a reference

Most languages have a way to specify this in the signature. Swift has the “inout” keyword, c# has “ref”. Have you considered this as an option as well?

BR,
Richard


More information about the Development mailing list