예제 #1
0
 private static void Encode(this byteEncoder c, slice<byte> dst)
 {
     dst[0L] = byte(c);
 }
예제 #2
0
 private static long Len(this byteEncoder c)
 {
     return 1L;
 }