|
Euphoria
|
Go to the source code of this file.
Namespaces | |
| namespace | eu |
Functions | |
| constexpr float | eu::float_from_int (int i) |
| constexpr int | eu::int_from_float (float f) |
| constexpr std::size_t | eu::sizet_from_int (int i) |
| constexpr u32 | eu::u32_from_sizet (std::size_t i) |
| constexpr int | eu::int_from_sizet (std::size_t i) |
| constexpr int | eu::int_from_unsigned_int (unsigned int i) |