Hacker News new | ask | show | jobs
by jodrellblank 185 days ago
> "records should be sorted by date of birth."

What's wrong with C#'s:

    System.Collections.Generic.SortedList<DoBDateTime, PersonRecord>

?