at least one following digit.
CfParser.hasRadixPrefix
private
bool hasRadixPrefix(string v, string prefix) static @safe pureChecks whether a numeric literal uses the given radix prefix, optionally after a sign.
Parameters
v | The raw literal |
prefix | The two-character lowercase prefix to look for |
Returns
true if the literal's magnitude starts with the prefix and has