When using the in storage class in D, the data is immutable for your function. Is it also passed in the data by reference, and not by value? I noticed that in ref
not valid.
If in
does not transmit data by reference, is there a way to get data by reference, but do you have a guarantee that the data will not be changed?
user1273263
source share