Box<T> constructor

Box<T>(
  1. T value
)

Implementation

Box(this.value);