Constant
JUDO_NUMBER
Numeric literal.
Since v1.0
enum judo_element {
JUDO_NUMBER,
}
Discussion 🔗
Represents a JSON numeric literal. The floating point representation can be retrieved with judo_numberify.
Numeric literal.
enum judo_element {
JUDO_NUMBER,
}
Represents a JSON numeric literal. The floating point representation can be retrieved with judo_numberify.