☰
Pop
Pop
Required Associated Types
Output
Required Methods
pop
Implementors
In nekolib::traits
Modules
act
action
additive
binop
bisect
count
disjoint_set
elastic_slice
find_nth
fold
fold_bisect
get_mut
group_by
max
min
multiplicative
potential_function
push_pop
quantile
range_bounds
set_value
stateful_predicate
usize_group_by
Traits
Act
AddAssoc
AddComm
Associative
Bisect
Commutative
CommutativeGroup
CommutativeMonoid
CommutativeRing
Count
Count3way
DisjointSet
Distributive
ElasticSlice
EndBounded
EndExclusive
EndInclusive
EndUnbounded
ExpandBack
ExpandFront
Field
FindNth
Fold
FoldBisect
FoldBisectRev
GetMut
Group
GroupBy
Identity
Magma
Max
Min
Monoid
MonoidAction
MulAssoc
MulComm
MulRecip
One
PartialRecip
Pop
PopBack
PopFront
PotentialFunction
Push
PushBack
PushFront
Quantile
Recip
Ring
Semigroup
SetValue
ShrinkBack
ShrinkFront
SliceHash
StartBounded
StartInclusive
StartUnbounded
StatefulPred
UsizeGroupBy
Zero
?
Trait
nekolib
::
traits
::
Pop
source
·
[
−
]
pub trait Pop { type
Output
; // Required method fn
pop
(&mut self) ->
Option
<Self::
Output
>; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
pop
(&mut self) ->
Option
<Self::
Output
>
Implementors
§
source
§
impl<M:
Monoid
>
Pop
for
FoldableQueue
<M>
where M::
Set
:
Clone
,
§
type
Output
= <M as
Magma
>::
Set