public static bool IsContiguouslyPreceededBy(this IInterval i, IInterval o) =>
 o.IsContiguouslyFollowedBy(i);