Macro Buffer-Write-Seq

Part of:

package org.rl-community.rl-glue-codec
( buffer-write-seq &rest < args > )
Write the SEQ sequence of elements with type ELEM-TYPE and size ELEM-SIZE to
BUFFER by the WRITER-FN function. If given, the SIZE parameter specifies the
number of elements to be written. Otherwise it is calculated from SEQ. If
WRITE-SIZE-P is T, it is written to the BUFFER before writing the sequence.