dalicious v2.4.0 (2020-01-14T14:23:24Z)
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
Thrown if two operands require the same tag but different were provided.