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