- 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 .o.typedesc
Rеturns type spec by internal type id.
Syntax: .o.typedesc <x>
; .o.typedesc[<x>]
o).o.typedesc 320
`s`long
o).o.typedesc[45312]
`v`int
o).o.typedesc[126992]
``dict
o).o.typedesc[@()]
`v`l
o)