Imported from previous forum
I don’t understand the difference between the constant and implicit field operators. Does their purpose or behavior differ?
[ original email was from David Rosenborg - David.Rosenborg@pantor.com ]
The constant operator allows you to literally specify the value in the template. The implicit operator specifies that the value is implicit and the receiver must know how to obtain it.
Now, since the receiver must have this knowledge, there is actually no real point in specifying that a field is implicit, instead you could just leave the field out. We are currently considering to drop the implicit operator for this reason.
I don’t understand the difference between the constant and implicit
field operators. Does their purpose or behavior differ?