Vertaling van "enum" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The key is that you use let to get hold of the value inside the enum (i.e. to declare a constant name you can reference) then use a where condition to check.
Kluczowe jest tutaj użycie let aby móc użyć wartości w środku enuma (tzn. zdeklarować nazwę stałej, do której możesz się odnieść) a potem użycie warunku where do przyrównania.
Enums are particularly useful inside switch/case blocks, particularly because Swift knows all the values your enum can have so it can ensure you cover them all.
Enumy są szczególnie przydatne w blokach switch/case dlatego, że język Swift zna wszystkie możliwe wartości Twojego enuma, więc może się upewnić, że pokryjesz wszystkie jego przypadki.
This allows the comparison between two enum values of different enumeration types.
To pozwala na porównywanie pomiędzy dwoma wartościami różnych wyliczeń.
An enumerated type is declared using the enum keyword.
Przeliczona typ jest uznany za pomocą enum słowa kluczowego.
Type of the key entity, e.g. enum, external id.
Rodzaj elementu klucza, np. enum, identyfikator zewnętrzny.
Keyword enum is used to defined enumerated data type.
Hasło enum służy do zdefiniowanego typu wyliczeniowego danych.
A little better is the situation, when we use enum in the classroom.
Trochę lepiej ma się sytuacja, gdy użyjemy enum w klasie.
Such a mistake is to forget about the default initialization of variables in the case enum.
Takim błędem jest zapominanie o domyślnej inicjalizacji zmiennych w przypadku enum-a.
Creating any enum always remember, to one of its value was 0.
Tworząc dowolny enum zawsze pamiętaj, aby jedną z jego wartości było 0.
Easy to use editor of enum values.
łatwy w użyciu edytor wartości enum.
Line 2 defines the five possible cases our enum can be, as I already outlined.
Linia druga deklaruje pięć możliwych wartości jakie może przyjąć nasz enum.
procedures, classes, properties, structures, collections, enum i error handlers.
W programie możemy wywołac nastepujące polecenia: procedures, classes, properties, structures, collections, enum i error handlers.
bug3039: silent truncation of large enum values (now issues a warning)
bug3039: ciche obcinanie dużych wartości enum (teraz wydaje ostrzeżenie)