uiua-lang / uiua

A stack-based array programming language
https://www.uiua.org
MIT License
1.51k stars 106 forks source link

Add support for 20-byte return type structs #508

Closed clarityflowers closed 2 months ago

clarityflowers commented 2 months ago

Raylib textures are passed around by value as {unsigned int; int; int; int; int} structs, which happens to be a size that wasn't supported. Adding this line seemed to be all that was necessary!