dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
OutBuffer.alignSize
dmdscript
outbuffer
OutBuffer
0-fill to align on power of 2 boundary.
class
OutBuffer
void
alignSize
(
uint
alignsize
)
out { assert ((offset & (alignsize - 1)) == 0); }
Meta
Source
See Implementation
dmdscript
outbuffer
OutBuffer
constructors
this
functions
align2
align4
alignSize
fill0
reserve
spread
toBytes
toString
write
variables
data
offset
0-fill to align on power of 2 boundary.