Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

attribute [PrimalSubstituteOf]¶

Description¶

[PrimalSubstituteOf(fn)] is the back-reference version of [PrimalSubstitute(substFn)]

When used to decorate a function, that function is considered the substitute for the referenced fn. Apart from this difference, the semantics of the substitution are the same as for [PrimalSubstitute(substFn)]

Signature¶

[PrimalSubstituteOf(function)]

Parameters¶

function¶

On this page
  • attribute [PrimalSubstituteOf]
    • Description
    • Signature
    • Parameters
      • function