Closed felixvisee closed 10 years ago
What do you think on checking the type and allowing @[ @1, @[ @2, @3]] as an input value? I'd rather not make assumptions of the contents on the input array if it can be avoided (cue the usual parametric types rant)
@[ @1, @[ @2, @3]]
… that would also make the method idempotent
Can you merge in master?
I assume it's not recursive in Scala? ;-)
What do you think on checking the type and allowing
@[ @1, @[ @2, @3]]
as an input value? I'd rather not make assumptions of the contents on the input array if it can be avoided (cue the usual parametric types rant)