Skip to content

Commit 1346066

Browse files
committed
Add relation of trueloc/falseloc with which/merge/pack
1 parent b015d9f commit 1346066

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/specs/stdlib_array.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Experimental
2222
#### Description
2323

2424
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.
2527

2628
#### Syntax
2729

@@ -64,6 +66,8 @@ Experimental
6466
#### Description
6567

6668
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.
6771

6872
#### Syntax
6973

0 commit comments

Comments
 (0)