I have a parameter like this:
rightOperand:(const NSDecimal*)rightOperand
how could I provide a value that represents "nothing" or "empty"? would that be void? i.e.
[myObj rightOperand:void];
or something different? Or is that impossible for structs?