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
The length parameter makes no sense in this context. The user is already passing in a Span object which has a Length property that can be used instead.
xxHash/src/Standart.Hash.xxHash/xxHash64.cs
Line 167 in 6b20e7f
The
lengthparameter makes no sense in this context. The user is already passing in aSpanobject which has aLengthproperty that can be used instead.