#$ Self in class is packed into another thing. # 420 # 1337 NotPtr a NotPtr a class Iter next (self NotPtr _) -> I32 inst Iter I32 next (NotPtr(x)) -> I32 return x x = NotPtr(420) println(next(x)) println(next(NotPtr(1337)))