mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
Update upm branch (71b4ac5337
)
This commit is contained in:
parent
7f9b66918f
commit
345b767039
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
9
X10D.xml
9
X10D.xml
@ -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.
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user