Pudu programming language
Menu
API reference

Std.Semver.of

1 declaration

fn

of: Int -> Int -> Int -> Std.Semver.Version

This is a callable function.

What it does

A version with no prerelease or build, which is what most callers want.

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.

Back to Std.SemverSearch related declarations