class Prism::PinnedExpressionNode

表示在模式匹配表达式中使用 ^ 运算符来固定(pin)一个表达式。

foo in ^(bar)
       ^^^^^^