given the overloads `compose(ints: Collection<I...
# getting-started
d
given the overloads
compose(ints: Collection<Int>)
and
compose(vararg ints: Int) = compose(ints)
, how come the latter doesn't work?