MacroParam

struct MacroParam

A macro's $param; the span includes the sigil.

Properties

let name: String

The parameter name without its $ sigil.

let start: Int

The inclusive starting byte offset in the source.

let end: Int

The exclusive ending byte offset in the source.