$final<T> function

T $final<T>(
  1. T init()
)

Implementation

T $final<T>(T init()) {
  return $value(init).value;
}