[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[[["The `List.swap` method exchanges elements within a list based on their positions."],["Positions can be specified using positive or negative integers, with negative values counting backwards from the end of the list."],["The method modifies the original list and returns the updated list."]]],["The `List.swap` function exchanges elements within a list based on their positions. It accepts two integer arguments, `pos1` and `pos2`, representing the positions of the elements to be swapped. Negative positions are interpreted as offsets from the end of the list. The function modifies the list in place and returns the updated list. It takes the list as input and requires two integer position inputs.\n"]]