Sie suchten nach: iterable (Englisch - Russisch)

Menschliche Beiträge

Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.

Übersetzung hinzufügen

Englisch

Russisch

Info

Englisch

iterable

Russisch

iterable

Letzte Aktualisierung: 2013-12-14
Nutzungshäufigkeit: 1
Qualität:

Referenz: Anonym

Englisch

datatable implements iterable interface making this very easy:

Russisch

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

Letzte Aktualisierung: 2018-02-21
Nutzungshäufigkeit: 1
Qualität:

Referenz: Anonym

Englisch

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.

Russisch

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.

Letzte Aktualisierung: 2018-02-21
Nutzungshäufigkeit: 1
Qualität:

Referenz: Anonym

Englisch

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".

Russisch

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

Letzte Aktualisierung: 2018-02-21
Nutzungshäufigkeit: 1
Qualität:

Referenz: Anonym
Warnung: Enthält unsichtbare HTML-Formatierung

Eine bessere Übersetzung mit
8,959,287,536 menschlichen Beiträgen

Benutzer bitten jetzt um Hilfe:



Wir verwenden Cookies zur Verbesserung Ihrer Erfahrung. Wenn Sie den Besuch dieser Website fortsetzen, erklären Sie sich mit der Verwendung von Cookies einverstanden. Erfahren Sie mehr. OK