You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SepWriter.Row[ReadOnlySpan<int> indices] bug, add params ReadOnly…
…Span support (#180)
Fix a subtle but nasty bug in SepWriter where selecting col indices for
row[[2, 3]] would not actually use those indices, but index [0, 1]
instead, for example.