typealias IterableLike = Any
Type alias for Any but with a better description what is expected at runtime, i.e. such as Iterable, Sequence or one of the other Array types.