Exemplo n.º 1
0
 void IVisitor.BitsArray(Size size, BitsConst data)
     => AddCode("data.SizedPush({0}{1})", size.ByteCount, data.ByteSequence());