numType top-level constant

RuntimeType<num> const numType

The num type, represented as a RuntimeType.

Implementation

const RuntimeType<num> numType = RuntimeType.allowingDynamic();