internal ReadOnlyMemory(OwnedMemory <T> owner, long id) : this(owner, id, 0, owner.GetSpanInternal(id).Length) { }