doubleType top-level constant

RuntimeType<double> const doubleType

The double type represented as a RuntimeType.

Implementation

const RuntimeType<double> doubleType = RuntimeType.allowingDynamic();