with this object its easy enough for you to implem...
# language-proposals
g
with this object its easy enough for you to implement your copy method, I would imagine:
Copy code
class Delegate<THost, TProp> {
  //...

  fun copyFrom(obj: THost, newVal: TProp): THost = obj...
}
No I suppose it isnt it THost is immutable...