Update upm branch (71b4ac5337)

This commit is contained in:
github-actions 2023-04-06 01:34:19 +00:00
parent 7f9b66918f
commit 345b767039
4 changed files with 10 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -862,6 +862,15 @@
<typeparam name="T">The type of elements in <paramref name="source" />.</typeparam>
<returns>A <see cref="T:System.ReadOnlySpan`1" /> which wraps the elements in <paramref name="source" />.</returns>
</member>
<member name="M:X10D.Collections.SpanExtensions.Replace``1(System.Span{``0},``0,``0)">
<summary>
Replaces all occurrences of a specified element in a span of elements with another specified element.
</summary>
<param name="haystack">The source span.</param>
<param name="needle">The element to replace.</param>
<param name="replacement">The replacement element.</param>
<typeparam name="T">The type of elements in <paramref name="haystack" />.</typeparam>
</member>
<member name="M:X10D.Collections.SpanExtensions.Split``1(System.Span{``0}@,``0)">
<summary>
Splits a span of elements into sub-spans based on a delimiting element.

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
"version": "4.0.0-nightly.225",
"version": "4.0.0-nightly.226",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [