File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Experimental
22
22
#### Description
23
23
24
24
Turn 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.
25
27
26
28
#### Syntax
27
29
@@ -64,6 +66,8 @@ Experimental
64
66
#### Description
65
67
66
68
Turn 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.
67
71
68
72
#### Syntax
69
73
You can’t perform that action at this time.
0 commit comments