newDarinScope<T> method

Scope newDarinScope<T>(
  1. T target
)

Implementation

Scope newDarinScope<T>(T target) => Darin.newScopeOf(this, target);