Beef Corlib
|
Classes | |
class | BinaryHeap |
class | Dictionary |
class | HashSet |
Implementation notes: This uses an array-based implementation similar to Dictionary<T>, using a buckets array to map hash values to the Slots array. More... | |
interface | ICollection |
interface | IDictionary |
interface | IEnumerable |
interface | IEnumerator |
interface | IEqualityComparer |
interface | IList |
interface | IRefEnumerable |
interface | IRefEnumerator |
interface | IResettable |
class | LinkedList |
class | LinkedListNode |
class | List |
class | ListWithAlloc |
class | Queue |
A simple Queue of generic items. More... | |
struct | Sorter |
class | SplitList |
Variables | |
extension HashSet< T > where | T |
extension List< T > where | int |
extension List< T > where | Count |
extension List< T > where | item |