timothee-haudebourg / cc-traits

Apache License 2.0
11 stars 8 forks source link

added PopFront & PushFront to VecDeque #4

Open TheAlgorythm opened 2 years ago

TheAlgorythm commented 2 years ago

Is there a reason, PopFront & PushFront have no impls?

Btw shouldn't #![feature(generic_associated_types)] be behind the nightly feature flag?

TheAlgorythm commented 2 years ago

Oh, vim formatted it.