Top Level Namespace
Defined Under Namespace
Modules: LunchMoney Classes: Module
Constant Summary collapse
- Number =
Add type alias for when Integer and Float can both be used
T.type_alias { T.any(Integer, Float) }
Modules: LunchMoney Classes: Module
Add type alias for when Integer and Float can both be used
T.type_alias { T.any(Integer, Float) }