# Functions
LookupOptional returns the value associated with the provided key, if it's present with type T.
LookupRequired returns the value associated with the provided key, if it's present with type T.
NewFile returns a new, empty File.
NewFileFromYamlString returns a File generated from YAML.
NewSection returns a new, empty Section.
ParseOptional invokes a callback with the value of the provided key, if it's present and has type T, and propagates any error the callback returns.
ParseRequired invokes a callback with the value of the provided key, if it's present and has type T, and propagates any error the callback returns.