appbase ~master (2021-01-06T11:23:12Z)
Dub
Repo
Tag.isEnd
appbase
utils
xml
Tag
Returns true if the Tag is an end tag
class
Tag
const @
property
@
safe
@
nogc
pure nothrow
bool
isEnd
(
)
Examples
if
(
tag
.
isEnd
) { }
Meta
Source
See Implementation
appbase
utils
xml
Tag
constructors
this
functions
opCmp
opEquals
toHash
toString
properties
isEmpty
isEnd
isStart
variables
attr
name
s
t
type
Returns true if the Tag is an end tag