Job.this

Constructor for the Job class that allows it to handle strings of any type.

  1. this()
  2. this(T[] data)
    class Job
    this
    (
    T
    )
    (
    T[] data
    )

Parameters

data T[]

A string (or wstring or dstring) containing the job data.

Meta