phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
InversionList.this
std
uni
InversionList
Construct a set from a forward range of code point intervals.
this
(Set set)
this
(Range intervals)
struct
InversionList
(SP = GcPolicy)
pure
this
(
Range
)
(
Range
intervals
)
if
(
isForwardRange
!
Range
&&
isIntegralPair
!(
ElementType
!
Range
)
)
this
(uint[] intervals)
Meta
Source
See Implementation
std
uni
InversionList
constructors
this
functions
add
opBinary
opBinaryRight
opIndex
opOpAssign
opUnary
toSourceCode
toString
properties
byCodepoint
byInterval
empty
inverted
length
Construct a set from a forward range of code point intervals.