fill method

void fill(
  1. ConstructType<T> t
)

Implementation

void fill(ConstructType<T> t) {
  _type = t;
}