Record ImplOpDefpub

Source
:record(pub) ImplOpDef
  .name Str
  .sig Str
  .body (Vec Expr)
Description

One operation (method) inside a generated :impl block: method name, stack-effect signature as a string, and the method body.

Fields

.name Str
.sig Str
.body Vec(Expr)