| type | accepts | returns |
|---|---|---|
| floatish | 10, 15.5, '14', '14.1', '14.0' | all float |
| integerish | 10, 15.5, '14', '14.1', '14.0' | all int |
| numeric | 10, 15.5, '14', '14.1', '14.0' | int, float, string, string, string |
| number | 10, 15.5, '14', '14.1', '14.0' | int, float, int, float, int |
utilitte/asserts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|