How do you use delegation and a where clause? ```i...
# getting-started
h
How do you use delegation and a where clause?
Copy code
interface F
class B<T>(t: T) : F by t where T : F