mutable means的意思
mutable means中文翻譯:
可變手段
相似詞語短語
mutableness───易變性
fusible metals───易熔金屬
by all means───一定,務必;盡一切辦法
mute swans───[鳥]疣鼻天鵝
rural deans───鄉村牧師
table legs───桌腿
reputable company───信譽良好的公司
mutatis mutandis───加上必要的變更;細節上作必要的修改
reputable dealer───信譽良好的經銷商
雙語使用場景
The dictionary container in Python is also a mutable data type, which means you can change it after it has been created.───Python 中的 dictionary 容器也是易變的數據類型,這意味著在創建它之后可以修改它。
Typically, this means copying any mutable objects that comprise the internal "deep structure" of the object being cloned and replacing the references to these objects with references to the copies.───這通常意味著要復制包含正在被復制對象的內部“深層結構”的所有可變對象,并使用對副本的引用替換對這些對象的引用。
The list is a heterogeneous mutable container, which means it can hold different types of objects and can be modified after it has been created.───list是異構可變容器,這意味著它可以存放不同類型的對象且創建后可以修改。