event

Construct a simple event.

package @safe
event
()
(
const Mark start
,
const Mark end
,
const string anchor = null
)

Parameters

end Mark

End position of the event in the file/stream.

anchor string

Anchor, if this is an alias event.

Meta