uninode ~master (2020-04-24T06:56:46Z)
Dub
Repo
UniTree.getOrThrown
uninode
tree
UniTree
Getting node or throw exception with path
inout
(
T
)
getOrThrown
(string msg, size_t line, string file)
inout
(
T
)
getOrThrown
(string path, string msg, size_t line, string file)
struct
UniTree
inout pure @
safe
inout
(
T
)
getOrThrown
(
T
E
=
UniNodeException
)
(
string
path
,
lazy
string
msg
,
size_t
line
= __LINE__
,
string
file
= __FILE__
)
Meta
Source
See Implementation
uninode
tree
UniTree
constructors
this
functions
get
getMapping
getOrElse
getOrThrown
getSequence
opBinary
opBinaryRight
opEquals
opt
toHash
variables
node
Getting node or throw exception with path