ENUMERABLE 日本語 意味 - 日本語訳 - 英語の例文 S

名詞
列挙可能な
enumerable
列挙可能

英語 での Enumerable の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Enumerable- same as for data properties.
Configurable-データプロパティと同じです。
In loop iterates over all enumerable properties.
Inループはすべての列挙可能なプロパティを反復します。
Enumerable- if true, then listed in loops, otherwise not listed.
Enumerable-trueだとループで列挙されます。それ以外の場合は列挙されません。
Are there any countable sets that are not computably enumerable?
計算可能に数えられないカウント可能なセットはありますか?
They are not enumerable, they cannot be accessed.
それらは列挙可能ではなく、それらにアクセスもできません。
Description A for… in loop only iterates over enumerable properties.
説明for…inループは列挙可能プロパティに対してのみ反復されます。
It copies own enumerable properties from a provided object onto a new object.
渡されたオブジェクトから新しいオブジェクトに独自の列挙可能なプロパティをコピーします。
If we don't like it, then we can set enumerable: false.
もしもそれが好きじゃない場合には、enumerable:falseをセットすることができます。
It takes an instance of the enumerable node, and it must return its title as string.
この関数は連番を行うノードのインスタンスを引数にとり、そのタイトルを文字列として返さなくてはいけません。
Keys() Returns an arraycontaining the names of all of the given object's own enumerable string properties.
Keys()指定したオブジェクトの直接所有(own)で列挙可能なプロパティの名前をすべて含む配列を返します。
Entries(obj)- returns an array of enumerable own string property names/values/key-value pairs.
Entries(obj)-列挙可能な自身の文字列プロパティ名/値/キー値ペアの配列を返します。
Entries() Returns an array containing all of the[key, value]pairs of a given object's own enumerable string properties.
Entries()指定したオブジェクトの自身の列挙可能な文字列プロパティのすべての[key,value]ペアを含む配列を返します。
The best examples of this are Enumerable map and Enumerable select:.
その最もわかりやすい例はEnumerablemapとEnumerableselectでしょう。
Object. values() Returns an array containing thevalues that correspond to all of a given object's own enumerable string properties.
Object.values()指定したオブジェクトの自身の列挙可能な文字列プロパティのすべてに対応する値を含む配列を返します。
Since collect() is part of the Enumerable contract, you can safely use it to get a Collection instance.
Collect()はEnumerable契約の一部であり、Collectionインスタンスを取得するため安全に使用できます。
The collect method isespecially useful when you have an instance of Enumerable and need a non-lazy collection instance.
CollectメソッドはEnumerableのインスタンスがあり、それをレイジーコレクションでなくする必要がある場合、特に便利です。
You can use any of the Enumerable methods such as'map','select', and'take', because Enumerator includes Enumerable.
EnumeratorはEnumerableをincludeしているため、map、select、takeなどEnumerableのメソッドがすべて使えます。
The collect method isespecially useful when you have an instance of Enumerable and need a non-lazy collection instance.
CollectメソッドはEnumerableのインスタンスがあり、それをレイジーコレクションでなくする必要がある場合、とくに便利です。
Since Enumerator includes all Enumerable methods, you can use'first' method to take the first ten rows.
Enumeratorに対してはEnumerableのメソッドが使えるので、firstメソッドで最初の10個を取り出すことができます。
A bitstring generator can be mixed with“regular” enumerable generators, and supports filters as well.
Bitstring生成器は"普通の"enumerable生成器と混ぜられ,フィルタもうまく動きます.。
Because these classes perform Mix-in of the module'Enumerable', you can use such methods as'find','sort', and so on.
これらのクラスは'Enumerable'モジュールをMix-inしているので、'find'や'sort'といったメソッドが利用できる。
Also, when iterating over the properties of an object, every enumerable property that is on the prototype chain will be enumerated.
また、オブジェクトのプロパティを順に処理する際、プロトタイプチェーンにあるすべての列挙可能なプロパティが列挙されます。
One difference to Map objectsis that WeakMap keys are not enumerable i.e., there is no method giving you a list of the keys.
Mapオブジェクトとの違いの1つは、WeakMapのキーは列挙可能ではないことです(すなわち、キーのリストを取得するメソッドがありません)。
It doesn't log array elements 3, 5,7 or hello because those are not enumerable properties, in fact they are not properties at all, they are values.
配列の要素である3,5,7やhelloは、列挙可能なプロパティではないため出力しません。実際、これらはプロパティではなく、値です。
結果: 24, 時間: 0.0243
S

Enumerableの同義語

countable denumerable numerable

トップ辞書のクエリ

英語 - 日本語