Exemplo n.º 1
0
            public SpanShardedList(ShardedList <T> parent, ISpannable <T> impl)
            {
                this.Impl = impl;

                this.Parent       = parent;
                this.GlobalOffset =
                    new ShardedListAddress(() => parent.LocateRegion_(this));
            }
Exemplo n.º 2
0
 public static ShardedMemory From(params byte[] bytes)
 => new ShardedMemory(ShardedList <byte> .From(bytes));