Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.Collections.IPopExt Class Reference

Source file:

Static Public Member Functions

static T Pop< T > (this ITryPop< T > c)
 
static T Peek< T > (this ITryPop< T > c)
 
static T TryPop< T > (this ITryPop< T > c)
 
static T TryPeek< T > (this ITryPop< T > c)
 
static T TryPop< T > (this ITryPop< T > c, T defaultValue)
 
static T TryPeek< T > (this ITryPop< T > c, T defaultValue)