Opened 6 years ago

#101 new enhancement

Multi operators on tuples

Reported by: Thierry Delisle Owned by:
Priority: major Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

It would be nice to have the these operations:

t.[x,y] = 11;
t.[x,y] += 11;
t.[x,y] + 11;
t.[x,y]++;

Change History (0)

Note: See TracTickets for help on using tickets.