mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: update value_opt syntax and add missing documentation (#16510)
This commit is contained in:
@ -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('.')
|
||||
}
|
||||
|
Reference in New Issue
Block a user