Box open class Box<T> This is just a wrapper as a work around since there is no way to change a passed-in value in a block. value The underlying value. Declaration Swift open var value: T init(_:) Init the Box. Declaration Swift init(_ value: T) Parameters value The variable to be wrapped in.