open fun writeFixedBytesList(elements: MutableList<out Bytes!>!): Unit (source)
Write a list of known-size homogenous bytes. The list itself WILL have a length mixin, but the elements WILL NOT.
elements - MutableList<out Bytes!>!: the known-size bytes to write as a list