12.3.4
Changed
Clone
constraints have been further relaxed on maps and sets, so that you can now lookup and iterate over them without requiring aClone
constraint (though you do still needClone
to actually insert data into them to lookup or iterate over). (#81)