This is lesson 3 of 11 in this module Course 20% complete

Value Types (part 3)

Premium Content

Sign in with your account or join us to access this lesson.

The lesson shows how value types are assigned and compared by value (always copying the actual data) and explains the performance sweet spot at around 30 bytes where large structs begin to cost more in copy overhead than they save by avoiding the heap.