Skip to content
  • Charles Hall's avatar
    implement NonEmpty<C> · 520c0ecd
    Charles Hall authored
    I left out a `NonEmpty::last` function because this was mostly just to
    see if such a construct was even possible. I think ideally some
    functions would also be moved out of `Collection` and into a new
    `OrderedCollection` trait so that things like `HashSet` could also be
    supported.
    520c0ecd