Closed devwckd closed 1 year ago
reverts #17. It's better to use the type Vec as the sized collection type because it's the norm, "unsized" (aka read till the end) collections are the exception.
reverts #17. It's better to use the type Vec as the sized collection type because it's the norm, "unsized" (aka read till the end) collections are the exception.