Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BinarySearch< T >()
[1/2]
static int System.MemoryExtensions.BinarySearch<
T
>
(
this
ReadOnlySpan
<
T
>
span
,
IComparable
<
T
>
comparable
)
inline
static
Definition at line
1256
of file
MemoryExtensions.cs
.
1257
{
1258
return
MemoryExtensions.BinarySearch<
T
,
IComparable<T>
>(
span
,
comparable
);
1259
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.comparable
@ comparable
System.ConsoleKey.T
@ T
References
System.comparable
, and
System.T
.
System
MemoryExtensions
Generated by
1.10.0