std.parallelism uses the foreach loop for parallel(). As such, how might I implement a parallel while-loop? Can I use an ordinary for-loop with parallel()? Also, how can I map array elements with a conditional like if()?