コード例 #1
0
        public void PackKey(ref SliceWriter writer, ITuple items)
        {
            var tw = new TupleWriter(writer);

            STuple.Pack(ref tw, items);
            writer = tw.Output;
        }