Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トーチ プロジェクトで次の 2 行 (連続) のコードに出くわしました。
im4[{1,{},{}}] = im3[{3,{},{}}] im4[{3,{},{}}] = im3[{1,{},{}}]
これらの 2 つの行は何をしますか? 彼らはある種の交換をしたと思いました。