If the list is not constant, then: `list.extractin...
# kotlintest
s
If the list is not constant, then:
list.extracting(::name, ::location).shouldBe(Tuple2("sam", "chicago"), Tuple2("kerooker", "rio"))