open fun writeUInt64List(vararg elements: Long): Unit (source)open fun writeUInt64List(elements: MutableList<Long>): Unit (source)
Write a list of 64-bit unsigned integers. Note that the elements are native signed longs, but will be interpreted as an unsigned values.