red-blox / zap

A lightning fast networking solution for roblox.
https://zap.redblox.dev
MIT License
89 stars 14 forks source link

Add `FireSet` method #98

Closed sasial-dev closed 2 months ago

sasial-dev commented 2 months ago

@nezuo can we assume that sets always have the value as true (so I can just do for i in set) or do we have to evaluate the key's value at runtime?

nezuo commented 2 months ago

Yes, it should assume that the value is always true. It will also be type-checked at compile time.