Btv<T> constructor

Btv<T>(
  1. T initial
)

Implementation

Btv(T initial) : super() {
  _value = initial;
}