Box

A simple property wrapper that stores a value on the heap.

Box.swift:6
@propertyWrapper class Box<T>

Useful for turning a value type into a reference type without manually writing a class.