DtBuilder.abytes

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

  1. void abytes(tym_t ty, uint offset, uint size, const(char)* ptr, uint nzeros, ubyte _align)
    struct DtBuilder
    nothrow @nogc
    void
    abytes
    (,
    uint offset
    ,
    uint size
    ,
    const(char)* ptr
    ,
    uint nzeros
    ,
    ubyte _align
    )
  2. void abytes(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