Class StackExtensions | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public static class StackExtensions
Inheritance
StackExtensions
Inherited Members
Methods
Contains(Stack, T, IEqualityComparer)
Check if the stack object contains the value to find.
FindDuplicates(Stack, IEqualityComparer)
Find all duplicates stack objects values.
Move the first stack object value to the end.
Move the last stack object value to the top.
MoveTo(Stack, T, int, IEqualityComparer)
Move the stack object value to the index.
Replace(Stack, T, T, IEqualityComparer)
Replaces a stack object values that match with the value to replace.
Swap(Stack, T, T, IEqualityComparer)
Swap two stack objects values that matches with the both values.