Anaminus / rbxmk

A tool for processing Roblox files.
MIT License
109 stars 11 forks source link

Move some and none constructors #63

Closed Anaminus closed 2 years ago

Anaminus commented 2 years ago

The types.some and types.none functions should be moved out of the types library.

Implement as constructors on the Optional reflector. This will assign them to Optional.some and Optional.none.