We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b015d9f commit 1346066Copy full SHA for 1346066
doc/specs/stdlib_array.md
@@ -22,6 +22,8 @@ Experimental
22
#### Description
23
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.
27
28
#### Syntax
29
@@ -64,6 +66,8 @@ Experimental
64
66
65
67
68
Turn a logical mask into an index array by selecting all false values.
69
70
+The built-in / intrinsics are usually preferable to `falseloc`, unless the access to the index array is required.
71
72
73
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments