Struct convec::ConStack [] [src]

pub struct ConStack<T>(_);

Concurrent stack

Methods

impl<T> ConStack<T>
[src]

[src]

Creates a new ConStack

[src]

Returns the length of the ConStack

[src]

Push an element to the ConStack

[src]

Pops the last element off the list (if any)