Update spec

This commit is contained in:
Nikita Lisitsa 2026-04-03 00:15:02 +03:00
parent 800de413cf
commit 4a83c3b9df

View file

@ -200,6 +200,7 @@ Function definition:
foreign func powf(x: f32, y: f32) -> f32 // no implementation foreign func powf(x: f32, y: f32) -> f32 // no implementation
TODO: function overloading? Probably requires selecting a specific overload using `as` operator to save to a value (but not on call site) TODO: function overloading? Probably requires selecting a specific overload using `as` operator to save to a value (but not on call site)
TODO: alternative - Rust-like traits? More powerful, but complicates the language
======== TYPE OF TYPES ======== ======== TYPE OF TYPES ========