public SpanShardedList(ShardedList <T> parent, ISpannable <T> impl) { this.Impl = impl; this.Parent = parent; this.GlobalOffset = new ShardedListAddress(() => parent.LocateRegion_(this)); }
public static ShardedMemory From(params byte[] bytes) => new ShardedMemory(ShardedList <byte> .From(bytes));