We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36998ea commit 6e5dba3Copy full SHA for 6e5dba3
source/numerics.tex
@@ -8311,18 +8311,11 @@
8311
8312
\pnum
8313
It has reference semantics to a subset of an array specified by a boolean mask.
8314
-Thus, the expression
8315
-\tcode{a[mask] = b;}
+Thus, the expression \tcode{a[mask] = b;}
8316
has the effect of assigning the elements of
8317
-\tcode{b}
8318
-to the masked
8319
-elements in
8320
-\tcode{a}
8321
-(those for which the corresponding element
8322
-in
8323
-\tcode{mask}
8324
-is
8325
-\tcode{true}.)
+\tcode{b} to the masked elements in \tcode{a}
+(those for which the corresponding element in
+\tcode{mask} is \tcode{true}).
8326
8327
\rSec3[mask.array.assign]{Assignment}
8328
0 commit comments