Enhanced C#
Language of your choice: library documentation
|
Static Public Member Functions | |
static T | Pop< T > (this IPop< T > c) |
static T | Peek< T > (this IPop< T > c) |
static T | TryPop< T > (this IPop< T > c) |
static T | TryPeek< T > (this IPop< T > c) |
static T | TryPop< T > (this IPop< T > c, T defaultValue) |
static T | TryPeek< T > (this IPop< T > c, T defaultValue) |