Type: Difference between revisions

Jump to navigation Jump to search
126 bytes added ,  07:08, 9 July 2020
No edit summary
(One intermediate revision by the same user not shown)
Line 2: Line 2:
|<code>∊</code> <code>⊤</code> <code>⍷</code>
|<code>∊</code> <code>⊤</code> <code>⍷</code>
|}
|}
'''Mix''' (<code>∊</code>, <code>⊤</code>, <code>⍷</code>) is a [[monadic]] [[scalar function]] which in the [[nested array model]] gives information about the type and structure of its argument array's [[element]]s. In normal cases, the result is identical to the argument, with all numbers replaced by zeros and all characters replaced by spaces, and the substitution is done recursively.
'''Type''' (<code>∊</code>, <code>⊤</code>, <code>⍷</code>) is a [[monadic]] [[scalar function]] which in the [[nested array model]] gives information about the type and structure of its argument array's [[element]]s. In normal cases, the result is identical to the argument, with all numbers replaced by zeros and all characters replaced by spaces, and the substitution is done recursively.


== Support==
== Support==
Line 22: Line 22:
</source>
</source>
{{Works in|[[Dyalog APL]] with [[migration level]]<nowiki>=</nowiki>1}}
{{Works in|[[Dyalog APL]] with [[migration level]]<nowiki>=</nowiki>1}}
== External links ==
=== Documentation ===
* [http://help.dyalog.com/latest/#Language/Primitive%20Functions/Type.htm Dyalog]
== References ==
== References ==
<references/>
<references/>
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar monadic functions]]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar monadic functions]]

Navigation menu