infix fun <T, U> Array<T>.shouldBeLargerThan(other: Collection<U>): Unit
infix fun <T, U> Array<T>.shouldBeLargerThan(other: Array<U>): Unit