mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-12 23:51:37 -07:00
[docs] missing string numeric parse docs
This commit is contained in:
@@ -1544,18 +1544,18 @@ MD_ParseSetRule:
|
||||
//~ Numeric 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:
|
||||
{
|
||||
// TODO(rjf): @docs
|
||||
string: MD_String8,
|
||||
radix: MD_u32,
|
||||
return: MD_b32,
|
||||
}
|
||||
|
||||
@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:
|
||||
{
|
||||
// TODO(rjf): @docs
|
||||
string: MD_String8,
|
||||
return: MD_b32,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user