mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
strconv: add missing doc strings (#14164)
This commit is contained in:
@ -89,6 +89,7 @@ pub mut:
|
||||
rm_tail_zero bool // remove the tail zeros from floats
|
||||
}
|
||||
|
||||
// format_str returns a `string` formatted according to the options set in `p`.
|
||||
[manualfree]
|
||||
pub fn format_str(s string, p BF_param) string {
|
||||
if p.len0 <= 0 {
|
||||
|
Reference in New Issue
Block a user