Cell<T> constructor

Cell<T>(
  1. T val
)

Implementation

Cell(T val) : _val = val;