run<R> function

R run<R>(
  1. R operation()
)

Implementation

R run<R>(R operation()) {
  return operation();
}