Expr.slot constructor

const Expr.slot(
  1. SlotId slotId
)

Implementation

const factory Expr.slot(SlotId slotId) = ExprSlot;