Module bolts.range

Static introspection utilties for ranges

Manifest constants

NameTypeDescription
isSortedRange True if R is a SortedRange

Aliases

NameTypeDescription
CommonTypeOfRanges CommonType!(staticMap!(ElementType,Rs)) Finds the CommonType of a list of ranges
sortingPredicate binaryFun!(P[1]) Given a SortedRange R, sortingPredicate!R(a, b) will call in to the predicate that was used to create the SortedRange