Std.Semver.of
1 declaration
fn
of: Int -> Int -> Int -> Std.Semver.VersionThis 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.
