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