Bundle.this

Build Bundle from string array

  1. this(string filePath, Parameters pars)
  2. this(string[] lines, Parameters pars)
  3. this(string[int] lines, Parameters pars)
    class Bundle
    @trusted immutable
    this
    (
    string[int] lines
    ,
    immutable Parameters pars = immutable Parameters()
    )

Throws

BundleException, GlKeyNotFoundException, KeyNotFoundException, ValuesNotFoundException, Exception

Meta