Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Transponuje listę list, wyodrębniając pierwszy element każdej listy wewnętrznej do jednej listy, drugi element do innej itd., aż do długości najkrótszej listy wewnętrznej. Pozostałe elementy zostaną odrzucone. Wynikiem jest lista list.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["`List.unzip()` transforms a list of lists by grouping corresponding elements from each inner list into new lists."],["It essentially reverses the operation of `List.zip()`, creating separate lists for the first, second, third (and so on) elements of the original inner lists."],["The function only considers elements up to the length of the shortest inner list, discarding any remaining items."],["The output is a new list containing these grouped element lists."]]],[]]