skip was implemented with a macro that was repeated for all ringbuffers. I've copied the #[inline] attribute, but I don't really know whether #[inline] works on a provided method. I've also removed the .map(drop), because I think it's unnecessary (correct me if I'm wrong).
skip
was implemented with a macro that was repeated for all ringbuffers. I've copied the#[inline]
attribute, but I don't really know whether#[inline]
works on a provided method. I've also removed the.map(drop)
, because I think it's unnecessary (correct me if I'm wrong).