Enhanced C#
Language of your choice: library documentation
Static Public Member Functions | List of all members
Loyc.Collections.IPopExt Class Reference

Source file:

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)