Function Tokenizer.this

this(
  string source,
  string filename = "",
  string[] singleLineCommentPrefixes = ["//"]
);