Region.TaggedPoint

This represents a single tagged point.

struct Region(Number, Tag, string tagAlias = null, Tag emptyTag = Tag.init)
static
struct TaggedPoint {}

Members

Functions

opBinary
bool opBinary(TaggedInterval interval)

Returns true iff this is located in interval (note: intervals are right-open).

opCmp
int opCmp(TaggedPoint other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tag
Tag tag;
Undocumented in source.
value
Number value;
Undocumented in source.

Meta