Pudu programming language
Menu

Std.App.Locale.quantityFor

1 declaration

fn

quantityFor: &Std.App.Locale.Locale -> Int -> Std.App.Locale.Quantity

This 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.

Back to Std.App.LocaleSearch related declarations