dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
MismatchingTagsException
dalicious
region
Thrown if two operands require the same tag but different were provided.
static
class
MismatchingTagsException : Exception(
Tag
) {
const
(
Tag
[
2
])
tags
;
this
(Tag tagA, Tag tagB);
}
Constructors
this
this
(Tag tagA, Tag tagB)
Undocumented in source.
Members
Variables
tags
const
(
Tag
[
2
])
tags
;
Undocumented in source.
Meta
Source
See Implementation
dalicious
region
classes
EmptyRegionException
MismatchingTagsException
functions
clusterByDistance
convexHull
empty
enforceMatchingTags
enforceNonEmpty
filterIntervals
findTilings
min
sup
union_
structs
Region
Tiling
templates
TagType
isTaggable
taggedRegionAliases
Thrown if two operands require the same tag but different were provided.