#do functions copy parameter structs by value if given directly

1 messages · Page 1 of 1 (latest)

chilly meteor
#

either by value or reference, at the compiler's discretion (whichever it judges is faster)

#

not necessary, the compiler should make the right call