See Original text in context
method Version(Str: --> Version)
Coerces the string to Version.
This could be used for type coercion in signature, as for example:
sub f(Version(Str) ) ;f "1.2.3"; # OUTPUT: «Version»
Note: Available since version 6.e (2020.01 and later).