⟩ Tell us any three-shift pattern matching techniques?
☛ Typecasting Patterns – This pattern allows you to match or cast the types.
☛ Wildcard Patterns – This pattern matches as well as ignores any kind and type of value.
☛ Optional Patterns – This pattern is used to match the optional values.