class Bake::Type::Any

An ordered list of types. The first type to match the input is used.

```ruby
type = Bake::Type::Any(Bake::Type::String, Bake::Type::Integer)
```