skip

Skips a field of the given type on the protocol.

The main purpose of skip() is to allow treating struct and container types, (where multiple primitive types have to be skipped) the same as scalar types in generated code.

void
skip
(
Protocol
)
(
Protocol prot
,)
if (
is(Protocol : TProtocol)
)

Meta