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