1
0
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:
Larpon
2022-04-26 17:09:36 +02:00
committed by GitHub
parent 660201c188
commit 1c48a8d760
7 changed files with 57 additions and 13 deletions

View File

@ -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 {