|
|
|
|
|
by ForLoveOfCats
2130 days ago
|
|
I think that the parent commenter was referring to overuse of Box and reference counting. However the compiler does know the size as it is an enum (a sum type) which means it is effectively a discriminated union that the compiler forces you to check the type of. |
|