interface IImmutableQueue<T>
in global :: System . Collections . Immutable
😔 No documentation found.
public bool IsEmpty { get; }
😔 No documentation found.
public IImmutableQueue<T> Clear( )
😔 No documentation found.
public T Peek( )
😔 No documentation found.
public IImmutableQueue<T> Enqueue( T value )
😔 No documentation found.
public IImmutableQueue<T> Dequeue( )
😔 No documentation found.