mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 18:58:47 +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" />.
|
||||
</summary>
|
||||
</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>
|
||||
Counts the occurrences of a substring within the current character span.
|
||||
</summary>
|
||||
@ -8641,7 +8641,7 @@
|
||||
<param name="needle">The character span to count.</param>
|
||||
<returns>An integer representing the count of <paramref name="needle" /> inside <paramref name="haystack" />.</returns>
|
||||
</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>
|
||||
Counts the occurrences of a substring within the current character span, using a specified string comparison method.
|
||||
</summary>
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.177",
|
||||
"version": "3.2.0-nightly.178",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user