SimpleXML.this

XML documents. The tradeoff with such a scheme is that copying

Constructs a SimpleXML instance.

  1. this(uint nodes)
    class SimpleXML(T)
    this
    (
    uint nodes = 1000
    )
  2. this(T[] xml)

Parameters

nodes uint

the initial number of nodes assigned to the freelist

Meta