- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Monadic @ (type)
Rеturns internal type id of an argument.
Syntax: @<x>
; @[<x>]
Avoid relying on these ids in production!
o)@1
320
o)@"s"
46400
o)@([]a:1;b:"a")
126988
o)d:`a`c!(1;2)
a| 1
c| 2
o)@d
126992
o)@flip d
126988
o)