ponylang / pony-tutorial

:horse: Tutorial for the Pony programming language
http://tutorial.ponylang.io
BSD 2-Clause "Simplified" License
310 stars 111 forks source link

Clarify that `struct` is always a pointer #527

Closed SeanTAllen closed 8 months ago

SeanTAllen commented 8 months ago

It wasn't clear that a struct as a return value from C should be read as "pointer to struct".