ixfx
    Preparing search index...

    Variable CompareByEndConst

    CompareByEnd: Comparer<EventItem> = ...

    Sorts by end, such that 'end' values are ascending.

    Returns: 0 if A and B are have same start & end. Returns positive if B is before A. Returns negative if B is after A.

    If A and B share the same end, shorter items will come first (ie. those with higher start)