sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

Add peek methods to `doubly::Linked` #23

Closed jdanford closed 6 years ago

jdanford commented 6 years ago

Closes #10.

The only caveat is that the new methods are defined in extension traits, due to the additional bounds (AsRef/AsMut). Is that unavoidable, or am I just not experienced enough?

jdanford commented 6 years ago

Wow, I should have been able to figure that one out, thank you!