Bitwise IO: Difference between revisions

Replace println() with print()
(Add Ecstasy example)
(Replace println() with print())
Line 1,510:
 
val bytes = out.bytes;
console.printlnprint($"bytes written={bytes}"); // 0x5750
 
val in = new BitReader(bytes);
162

edits