set and frozen set
Set
set
的初始化要注意, 要带上 []
, 不然结果不一样!
Frozen Set
Frozen Sets are immutable objects that only support methods and operators that produce a result without affecting the frozen set or sets to which they are applied.
Last updated