var debugDescription: String { get }
s7Helpers3BoxC16debugDescriptionSSvp
1W1IF
import Helpers
final class Box<T>
Generic box to allow sharing of objects of value-types (structs, enums, etc)
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ value: T)
var value: T