八八字典>英语词典>mutable翻译和用法

mutable

英 [ˈmjuːtəbl]

美 [ˈmjuːtəbl]

adj.  可变的; 会变的

BNC.42039 / COCA.28523

牛津词典

    adj.

    • 可变的;会变的
      that can change; likely to change

      英英释义

      adj

      • capable of or tending to change in form or quality or nature
        1. a mutable substance
        2. the mutable ways of fortune
        3. mutable weather patterns
        4. a mutable foreign policy
        Synonym:changeable

      双语例句

      • If an object is mutable, you have to exercise some care when storing a reference to it.
        如果对象是可变的,就必须在存储对其的引用时引起注意。
      • And I pointed out that lists are mutable, showed you some examples of mutation.
        我提到了数组是可变的,并给你们举了一些例子。
      • VB allows both mutable and immutable anonymous types, with subtly different rules for each.
        而VB却同时支持可变和不可变的匿名类型,对于这两种匿名类型,实现和使用的规则也略有不同。
      • Lists, specifically, are handy mutable objects that can conveniently even hold multiple values.
        明确的讲,列表是一些便利的可变对象,他们甚至可以方便地保留多个值。
      • Mutable state and locks are problematic for many reasons.
        出于多种原因,可变状态和锁容易出问题。
      • Gemini and Sagittarius are both Mutable Signs and are thus extremely compatible.
        双子和射手都是变化的星座,都极为相合。
      • In embedded systems with no mutable storage, the initrd is the permanent root file system.
        在没有存储设备的嵌入式系统中,initrd是永久的根文件系统。
      • Scala also will not prevent you from writing code with mutable state.
        Scala也不会阻止您在可变状态下编写代码。
      • Because a list is mutable, it can't be used as the key in a dictionary.
        因为list是易变的,所以它不能作为dictionary中的键。
      • When mutable state goes away, almost all concurrency problems go away with it.
        可变状态消失时,差不多所有的并发性问题也随之消失。