Record MatchArmpub

Source
:record(pub) MatchArm
  .pattern Pattern
  .body (Vec Expr)
Description

One arm of a :match expression: a pattern plus the body expressions executed when the pattern matches.

Fields

.pattern Pattern
.body Vec(Expr)