rangeset-0.1.0.0: Efficient sets for semi-contiguous data
Safe HaskellUnsafe
LanguageHaskell2010

Data.RangeSet.Internal.Heuristics

Synopsis

Documentation

stayedSame Source #

Arguments

:: RangeSet a

the original set

-> RangeSet a

the same (?) set post modification

-> Bool 

This should only be used to compare a set that is modified with its original value. The assumption is that a set as stayed the same if its size hasn't changed.