vein icon indicating copy to clipboard operation
vein copied to clipboard

Opaque params

Open 0xF6 opened this issue 3 years ago • 0 comments

public foobar(some x: IHookable): void
{ /* ... */ }

->

public foobar<T>(x: T): void when T is IHookable
{ /* ... */ }

Blocked by #36

0xF6 avatar Dec 21 '21 20:12 0xF6