Yeison Rodriguez
MModular
•Created by Yeison Rodriguez on 10/20/2023 in #questions
Does owned make the variable copy on write?
Does the owned specifier make the copy copy on write?
fn set_fire(owned text: String) -> String:
text += "🔥"
return text
3 replies