mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 07:55:43 +00:00
Update upm branch (02947944cd
)
This commit is contained in:
parent
d74d4ed35d
commit
ea555e3bec
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
4
X10D.xml
4
X10D.xml
@ -8633,7 +8633,7 @@
|
|||||||
Extension methods for <see cref="T:System.ReadOnlySpan`1" /> and <see cref="T:System.Span`1" /> of <see cref="T:System.Char" />.
|
Extension methods for <see cref="T:System.ReadOnlySpan`1" /> and <see cref="T:System.Span`1" /> of <see cref="T:System.Char" />.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.Span{System.Char})">
|
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.ReadOnlySpan{System.Char})">
|
||||||
<summary>
|
<summary>
|
||||||
Counts the occurrences of a substring within the current character span.
|
Counts the occurrences of a substring within the current character span.
|
||||||
</summary>
|
</summary>
|
||||||
@ -8641,7 +8641,7 @@
|
|||||||
<param name="needle">The character span to count.</param>
|
<param name="needle">The character span to count.</param>
|
||||||
<returns>An integer representing the count of <paramref name="needle" /> inside <paramref name="haystack" />.</returns>
|
<returns>An integer representing the count of <paramref name="needle" /> inside <paramref name="haystack" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.Span{System.Char},System.StringComparison)">
|
<member name="M:X10D.Text.CharSpanExtensions.CountSubstring(System.Span{System.Char},System.ReadOnlySpan{System.Char},System.StringComparison)">
|
||||||
<summary>
|
<summary>
|
||||||
Counts the occurrences of a substring within the current character span, using a specified string comparison method.
|
Counts the occurrences of a substring within the current character span, using a specified string comparison method.
|
||||||
</summary>
|
</summary>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"url": "https://oliverbooth.dev"
|
"url": "https://oliverbooth.dev"
|
||||||
},
|
},
|
||||||
"displayName": "X10D",
|
"displayName": "X10D",
|
||||||
"version": "3.2.0-nightly.177",
|
"version": "3.2.0-nightly.178",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
"description": "Extension methods on crack",
|
"description": "Extension methods on crack",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user