[ Documentation ]
- Mention Scalar::Does and Type::Tie in manual.
- Vastly improved documentation for Type::Utils.
- Vastly improved documentation for Types::Standard.
[ Test Suite ]
- Added test cases for InstanceOf, ConsumerOf, HasMethods and Enum types
defined by Types::Standard.
[ Other ]
- Added: Add match_on_type and compile_match_on_type to Type::Utils.
- Support '0' and '1' as shortcuts for Optional[Any] and Any in
Type::Params. (Not documented yet.)