Example #1
0
            public static ptr <Writer> NewWriter()
            {
                ptr <Writer> w = @new <Writer>();

                w.Write((slice <byte>) "go 1.9 trace\x00\x00\x00\x00");
                return(_addr_w !);
            }