nevalang / neva

🌊 Flow-based programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

`Has` component #648

Open emil14 opened 1 month ago

emil14 commented 1 month ago

Almost same as #647 but simpler, instead of res T it produces res bool

dorian3343 commented 1 month ago

This can just be implemented as a wrapper on top of #647

emil14 commented 1 month ago

Yes, probably it can!