PATH_PARAMETER_INTEGRAL_TYPES

The list of possible integral types that a path parameter can be annotated as. Note that there may be other complex types supported in addition to these; integral types are just listed here so we can generate validation with CTFE.

@safe immutable
string[] PATH_PARAMETER_INTEGRAL_TYPES;

Meta