package core:encoding/ini
⌘K
Ctrl+K
or
/
Index
Constants (1)
Variables (0)
This section is empty.
Procedure Groups (0)
This section is empty.
Types
Constants
DEFAULT_OPTIONS ¶
DEFAULT_OPTIONS :: Options{comment = ";", key_lower_case = false}
Variables
This section is empty.
Procedures
delete_map ¶
delete_map :: proc(m: Map) {…}
iterate ¶
Returns the raw key
and value
. ok
will be false if no more key=value pairs cannot be found.
They key and value may be quoted, which may require the use of strconv.unquote_string
.
load_map_from_string ¶
load_map_from_string :: proc(src: string, allocator: runtime.Allocator, options: Options = DEFAULT_OPTIONS) -> (m: Map, err: runtime.Allocator_Error) {…}
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2024-11 (vendor "odin") Windows_amd64 @ 2024-11-20 21:11:50.569418700 +0000 UTC