Module kailua_env::spanmap [] [src]

An arbitrary mapping from location ranges to values.

Structs

Adjacencies

Yields each span in the SpanMap that has a (possibly empty) intersection with given span, with the associated value. The order is unspecified.

Contains

Yields each span in the SpanMap containing given position, with the associated value. The order is unspecified.

Overlaps

Yields each span in the SpanMap that has a non-empty intersection with given span, with the associated value. The order is unspecified.

SpanMap

An efficient mapping from spans to values.

SpannedValues

Yields each span in the SpanMap with the associated value. The order is unspecified.