Region.TaggedPoint

This represents a single tagged point.

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

Meta