Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BinarySearch< T >()
[2/2]
static int System.MemoryExtensions.BinarySearch<
T
>
(
this
Span
<
T
>
span
,
IComparable
<
T
>
comparable
)
inline
static
Definition at line
1238
of file
MemoryExtensions.cs
.
1239
{
1240
return
span
.BinarySearch<
T
,
IComparable<T>
>(
comparable
);
1241
}
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