rebox<T> method

void rebox<T>(
  1. T value
)

Implementation

void rebox<T>(T value) {
  Provided.update(this, value);
}