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)]