rename expand to inline
This commit is contained in:
@@ -221,7 +221,7 @@ Stmt :: struct {
|
||||
// list (empty marks the `else` arm; more than one is a multi-pattern arm),
|
||||
// `captures` for the optional payload capture (0 or 1 name, tagged-union variants
|
||||
// only) with `pointer_capture` distinguishing `|@cap|` from `|cap|`, and `body`
|
||||
// as the arm body. An expanded arm has `expand` set, no patterns, and one or two
|
||||
// as the arm body. An `inline` arm has `expand` set, no patterns, and one or two
|
||||
// captures for its specialized value/payload and optional tagged-union tag.
|
||||
captures: []symbol.Id,
|
||||
// `Match_Arm` pattern list; empty ⇒ the `else` arm.
|
||||
|
||||
Reference in New Issue
Block a user