deviant
collection literals
operator fun <T> collection(vararg args: T) = listOf(args) // usage val list: List<String> = ["a", "b", "c"]