165 B
165 B
This task is to define a squared function that raises all i32s in a slice to the power of 2, modifying the slice in place.
Follow the TODO comments in the code.
This task is to define a squared function that raises all i32s in a slice to the power of 2, modifying the slice in place.
Follow the TODO comments in the code.