<@U4UGS5FC7> tailrec instance function cannot recu...
# announcements
i
@raulraja tailrec instance function cannot recurse into another instance, because it cannot change the value of
this
inside it. You can try to make it an extension function instead, so that
this
becomes a plain parameter.
r
thanks, I'll give that a shot