简体   繁体   English

一个词代表非唯一?

[英]A single word for non-unique?

A naming question:命名问题:

I am aware that this question is about use of English, and at first thought should be asked in the English sub, but people there don't like questions like this, so I am trying my luck here...我知道这个问题是关于英语的使用,起初认为应该在英语子中问,但那里的人不喜欢这样的问题,所以我在这里碰碰运气......

I have a bunch of non-unique values:我有一堆非唯一值:

   const nonUnique = getSomeValues();

now I want to make sure I have only unique ones:现在我想确保我只有独特的:

   const unique = keepUnique(nonUnique);

How else can I name nonUnique to我还能如何将nonUnique

  • preserve the meaning: a bunch of non-unique values保留含义:一堆非唯一值
  • avoid using negation避免使用否定
  • have just a nice single word that is opposite to unique in the described sense只有一个很好的单词,与所描述意义上的unique相反

? ?

I think duplicates fits good in this case.我认为重复在这种情况下很合适。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM