event

Construct a simple event.

package pure @trusted nothrow
event
()
(
const Mark start
,
const Mark end
,
const Anchor anchor = Anchor()
)

Parameters

end Mark

End position of the event in the file/stream.

anchor Anchor

Anchor, if this is an alias event.

Meta