Usted buscó: iterable (Inglés - Ruso)

Inglés

Traductor

iterable

Traductor

Ruso

Traductor
Traductor

Traduce al momento textos, documentos y pistas de voz con Lara

¡Traducir ahora!

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Inglés

Ruso

Información

Inglés

iterable

Ruso

iterable

Última actualización: 2013-12-14
Frecuencia de uso: 1
Calidad:

Referencia: Anónimo

Inglés

datatable implements iterable interface making this very easy:

Ruso

datatable реализует интерфейс iterable , с легкостью осуществляя это:

Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad:

Referencia: Anónimo

Inglés

while you cannot implement this interface,you can use it in your checks to determine if something is usable in for each.here is what i use if i'm expecting something that must be iterable via foreach.

Ruso

while you cannot implement this interface,you can use it in your checks to determine if something is usable in for each.here is what i use if i'm expecting something that must be iterable via foreach.

Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad:

Referencia: Anónimo

Inglés

tutorials tend to avoid this kind of messiness. about that .iter().clone() thing… turns out there are quite a few subtly different ways of pushing an array of bytes into a vector: vector.push_all() is the easiest one but it complains that it's being deprecated in favor of .extend(); vector.extend() wants an iterator, which you have to create explicitly with .iter() which would yield pointers to bytes instead of bytes, so you have to explicitly dereference and copy them with .clone(); vector.write() does accept an array of bytes, but(!) since it's an implementation of an i/o protocol it might return an error that rust won't let you ignore silently, even though it can't really happen here. compare this to something like vector.extend(iterable) in python where iterable can be either an iterator or something that can become an iterator — the language doesn't care. it's an excellent example of what people mean talking about "better productivity of dynamic languages".

Ruso

Для чего вам понадобится ваш собственный openid. Это просто. Во-первых, openid у вас может уже быть: адрес вашего ЖЖ (http://username.livejournal.com) адрес профиля на moikrug (http://username.moikrug.ru) сдается, что вскоре то же самое будет на toodoo.ru, хотя кажется сейчас это в стадии отладки ваш блог или какой-то другой сервис, про который вы уже сами знаете Однако не спешите с ним сразу на форум, чтобы основной кайф не пропустить — чуть ниже будет часть про hcard. Если же у вас такого openid еще нет, то его можно завести.

Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad:

Referencia: Anónimo
Advertencia: contiene formato HTML invisible

Obtenga una traducción de calidad con
8,874,261,867 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo