Skip to main content
PushFront
nekolib
0.1.0
Push
Front
Required Associated Types
Input
Required Methods
push_front
Implementors
In nekolib::
traits
nekolib
::
traits
Trait
Push
Front
Copy item path
Source
pub trait PushFront { type
Input
; // Required method fn
push_front
(&mut self, x: Self::
Input
); }
Required Associated Types
§
Source
type
Input
Required Methods
§
Source
fn
push_front
(&mut self, x: Self::
Input
)
Implementors
§
Source
§
impl<M:
Monoid
>
PushFront
for
FoldableDeque
<M>
where M::
Set
:
Clone
,
Source
§
type
Input
= <M as
Magma
>::
Set