DtBuilder.abytes

Write a reference to the data ptr[0..size+nzeros]

struct DtBuilder
nothrow @trusted
void
abytes
(
tym_t ty
,
uint offset
,
uint size
,
const(char)* ptr
,
uint nzeros
,
ubyte _align
)

Parameters

ty tym_t

pointer type

offset uint

to be added to offset of data generated

size uint

number of bytes pointed to by ptr

ptr const(char)*

points to data bytes

nzeros uint

number of zero bytes to add to the end

_align ubyte

alignment of pointed-to data

Meta