Box
A simple property wrapper that stores a value on the heap.
@propertyWrapper class Box<T>
Useful for turning a value type into a reference type without manually writing a class.
A simple property wrapper that stores a value on the heap.
@propertyWrapper class Box<T>
Useful for turning a value type into a reference type without manually writing a class.