News

The way I've shown, keys() would return a tuple and values() would return an iterator (as dict does in Python 3). This would make it easier to write generic code which handles structured arrays, dicts ...