-
Changed: IList.clone() returns a read-only list unchanged (i.e. still read-only) and has a generic return type, whereas copy() makes a read-only list mutable (unchanged behavior)
-
Added: IList.isReadOnly()
-
Bug fix: BigList.clone() / copy()
Changed: IList.clone() returns a read-only list unchanged (i.e. still read-only) and has a generic return type, whereas copy() makes a read-only list mutable (unchanged behavior)
Added: IList.isReadOnly()
Bug fix: BigList.clone() / copy()