vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function Node.this

Constructs a new node.

this (
  Location loc = Location(null, 0),
  string name = null,
  Attribute[] attributes = null,
  NodeContent[] contents = null,
  NodeAttribs attribs = cast(NodeAttribs)0,
  string translation_key = null
) nothrow @safe;
Authors
Copyright
License