Skip to content

0.9.23

Latest
Compare
Choose a tag to compare
@magicwerk magicwerk released this 19 Apr 23:48
  • 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()