IntervalSplayTree.insert

insert interval, updating "max" on the way down

struct IntervalSplayTree(IntervalType)
@trusted @nogc nothrow
insert
(
IntervalType i
)

Meta