Description
Is your feature request related to a problem? Please describe.
I noticed that in the current version, collection types and numeric types are incompatible. This means that I cannot perform multiplication or addition on a collection. But in fact, such operations are possible and should not be defined as "incompatible".
In fact, this problem/request is very similar to #224 , but I have a simple transition way to solve.
Describe the solution you'd like
I hope that ce can provide an option to turn off type compatibility checking when it is initializing.
Describe alternatives you've considered
Another more elegant solution would be to make this operation type compatible. But this may be a huge amount of work.
I would be very grateful if you could add the options or solve this problem !!