This would allow for cleaner action interfaces even if 0/1 is used as true/false in the .talon file. From Ryan: "I can possibly make 0/1 typed as Union[int, bool], and force to int if you do math on them"
This would allow for cleaner action interfaces even if 0/1 is used as true/false in the .talon file.
From Ryan: "I can possibly make 0/1 typed as Union[int, bool], and force to int if you do math on them"