mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
toml: update value_opt syntax and add missing documentation (#16510)
This commit is contained in:
parent
7c7ebd648d
commit
f7a11b8e50
9 changed files with 18 additions and 2 deletions
|
@ -19,6 +19,7 @@ pub const (
|
|||
|
||||
type DottedKey = []string
|
||||
|
||||
// str returns the dotted key as a string.
|
||||
pub fn (dk DottedKey) str() string {
|
||||
return dk.join('.')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue