dash v0.2.6 (2014-02-22T20:41:15Z)
Dub
Repo
Config.tryGet
utility
config
Config
Try to get the value at path, assign to result, and return success.
bool
tryGet
(string path, T result, Node node)
bool
tryGet
(string path, T result, Node node)
class
Config
static final
bool
tryGet
(
T
:
Node
)
(
string
path
,
ref
T
result
,
Node
node
=
config
)
bool
tryGet
(string path, Variant result, Node node)
bool
tryGet
(string path, T result, Node node)
Meta
Source
See Implementation
utility
config
Config
static functions
get
getPath
initialize
loadYaml
processYamlDirectory
tryGet
Try to get the value at path, assign to result, and return success.