What is difference between `__init__(...) -> Self` vs `__init__(inout self, ...)`?
I'm familar with the later which is similar to what we typically write in Python. But what is the former one? It seems compile time with
@register_passable
structs always use that pattern.0 Replies