Concept Flow - Value type vs reference type performance
Start
Create Value Type Variable
Copy Value Type Variable
Create Reference Type Variable
Copy Reference Type Variable (copy reference)
Modify Copies
Observe Performance and Behavior
End
This flow shows creating and copying value and reference types, modifying them, and observing how performance and behavior differ.