intType top-level constant

RuntimeType<int> const intType

The int type, represented as a RuntimeType.

Implementation

const RuntimeType<int> intType = RuntimeType.allowingDynamic();