Platform (jvm, jdk8, js, android): all
val otherIterable : Iterable<Int>
expect(listOf(1, 2)).contains.inAnyOrder.only.elementsOf(otherIterable)
//instead of
expect(listOf(1, 2)).contains.inAnyOrder.only.elementsOf(otherIterable.first(), *otherIterable.drop(1).toTypedArray())
Following the things you need to do (see also a0b539c0 for a guideline)::
api
elementsOf to apis/fluent-en_GB/atrium-fluent_en_GB-common/.../iterableContainsInAnyOrderOnlyCreators.kt (see other functions there for guideance)valuesrequire that the Iterable.hasNext@since 0.9.0 to the KDOCI'll work on this if you would like to take this issue over.I'll work on this
@PawelRaciborski do you need any help?
@PawelRaciborski un-assign you so that others can take over.
I'll work on this
@lelloman are you still working on it, do you need help?
Hi @robstoll sorry I got very busy lately. I tried to implement it once but got lost, I'd like to give it another try this week and eventually ask for specific help if that's OK
@lelloman any updates on this one? Still here if you need help :slightly_smiling_face:
I'll work on this
implemented with 3bee602