numeric constant

GenericType<Object> const numeric

An arbitrary-precision number.

This library supports encoding numbers in a textual format, or when passed as int or double. When decoding values, numeric types are always returned as string.

Implementation

static const numeric = GenericType<Object>(TypeOid.numeric);