Closed ploeh closed 10 years ago
Both FifoEvents<T> and LifoEvents<T> should have a Reverse method.
FifoEvents<T>
LifoEvents<T>
Reverse
FifoEvents<T>.Reverse
LifoEvents<T>.Reverse
Resolved in e6597c55c4296b749c0ee901c86e63b7c8de2252.
Both
FifoEvents<T>
andLifoEvents<T>
should have aReverse
method.FifoEvents<T>.Reverse
should return the equivalentLifoEvents<T>
instance.LifoEvents<T>.Reverse
should return the equivalentFifoEvents<T>
instance.