Std.App.Locale.quantityFor
fn
quantityFor: &Std.App.Locale.Locale -> Int -> Std.App.Locale.QuantityThis is a callable function.
What it does
Which form a language uses for a number.
The rule each language actually has, rather than a comparison with one.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
- & borrows a value for this call instead of moving or copying it.
