calccodsize

Calculate and return code size of a code. Note that NOPs are sometimes used as markers, but are never output. LINNUMs are never output. Note: This routine must be fast. Profiling shows it is significant.

nothrow @safe @trusted
uint
calccodsize
(
code* c
)

Meta