Open
Description
Rust has different number types but entype only has one number type which is emitted to f64
. The interior type model should include the following types:
- unsigned int
- signed int
- float
The following type collapsing behavior should be implemented:
- unsigned int + signed int -> signed int
- unsigned int + float -> float
- signed int + float -> float
Metadata
Assignees
Labels
No labels