arrow-function-header
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
arrow-function-header =
[ attribute-groups ] , [ "static" ] , "fn" , [ "&" ] ,
"(" , parameter-list , ")" , return-type , "=>" ;