I have a class redefining the default subscript assignment (subsasgn). Since it is a wrapper around memmapfile, I do not need the return value of subsasgn, so how do I ignore it?
Linked to this question, but trying to ignore all returned arguments :
dummy = subsasgn(self.mmap.Data.bit, newSub, value);