Example #1
0
 public void Visit(UInt8Type type) => CreateIntType(type);
Example #2
0
 public void Visit(UInt8Type type)
 {
     ColumnDecoder = new UInt8Decoder();
 }
Example #3
0
 public void Visit(UInt8Type type) => GenerateArray(new UInt8Array.Builder(), x => (byte)x);