EntityRange.front

Returns the Entity representing the entity in the XML document which was most recently parsed.

struct EntityRange(Config cfg, R)
@property
front
()
if (
isForwardRange!R &&
isSomeChar!(ElementType!R)
)

Meta