-
Class Summary
Class |
Description |
Basic |
Basic functions that can be applied to primitive types.
|
BinSearch |
Functions for performing binary searches.
|
Cast |
Functions for casting between types.
|
Logic |
Logic functions.
|
Numeric |
A set of commonly used numeric functions that can be applied to numeric types.
|
Parse |
Functions for parsing strings to primitive values.
|
Random |
Functions for the generation random numbers.
|
Sort |
Functions for sorting primitive types.
|
-
Enum Summary
Enum |
Description |
BinSearchAlgo |
Algorithm used to resolve ties when performing a binary search.
|
-