open fun writeUInt384List(elements: MutableList<UInt384!>!): Unit (source)
Write a list of unsigned 384-bit integers.
elements - MutableList<UInt384!>!: the integers to write as a list
open fun writeUInt384List(vararg elements: UInt384!): Unit (source)
Write a list of unsigned 384-bit integers.
elements - UInt384!: the integers to write as a list