By default, it captures by reference, but with the move keyword, it captures by value ( ie it moves the captured variables inside the closure).
確定! 回上一頁