File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Experimental
2222#### Description
2323
2424Turn a logical mask into an index array by selecting all true values.
25+ Provides similar functionality like the built-in ` where ` or the intrinsic procedures ` merge ` and ` pack ` when working with logical mask.
26+ The built-in / intrinsics are usually preferable to ` trueloc ` , unless the access to the index array is required.
2527
2628#### Syntax
2729
@@ -64,6 +66,8 @@ Experimental
6466#### Description
6567
6668Turn a logical mask into an index array by selecting all false values.
69+ Provides similar functionality like the built-in ` where ` or the intrinsic procedures ` merge ` and ` pack ` when working with logical mask.
70+ The built-in / intrinsics are usually preferable to ` falseloc ` , unless the access to the index array is required.
6771
6872#### Syntax
6973
You can’t perform that action at this time.
0 commit comments