open fun writeBooleanList(vararg elements: Boolean): Unit (source)
Write a list of booleans.
elements - Boolean: the booleans to write as a list
open fun writeBooleanList(elements: MutableList<Boolean!>!): Unit (source)
Write a list of booleans.
elements - MutableList<Boolean!>!: the booleans to write as a list