orangy
val strings = listOf("1", "2", "3") assertEquals(listOf(true, false, true), strings.map {it != "2"} )