mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 23:58:48 +00:00
[docs] missing string numeric parse docs
This commit is contained in:
@@ -1544,18 +1544,18 @@ MD_ParseSetRule:
|
|||||||
//~ Numeric Strings
|
//~ Numeric Strings
|
||||||
|
|
||||||
@send(Strings)
|
@send(Strings)
|
||||||
|
@doc("Returns @code '1' if @code 'string' appears to encode an integer value with a base of @code 'radix', or @code '0' otherwise.")
|
||||||
@func MD_StringIsU64:
|
@func MD_StringIsU64:
|
||||||
{
|
{
|
||||||
// TODO(rjf): @docs
|
|
||||||
string: MD_String8,
|
string: MD_String8,
|
||||||
radix: MD_u32,
|
radix: MD_u32,
|
||||||
return: MD_b32,
|
return: MD_b32,
|
||||||
}
|
}
|
||||||
|
|
||||||
@send(Strings)
|
@send(Strings)
|
||||||
|
@doc("Returns @code '1' if @code 'string' appears to encode an integer value in C-style syntax, or @code '0' otherwise.")
|
||||||
@func MD_StringIsCStyleInt:
|
@func MD_StringIsCStyleInt:
|
||||||
{
|
{
|
||||||
// TODO(rjf): @docs
|
|
||||||
string: MD_String8,
|
string: MD_String8,
|
||||||
return: MD_b32,
|
return: MD_b32,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user