init method

void init(
  1. T val
)

Implementation

void init(T val) {
  _value = val;
}