parseLstFile

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FileCoverage parseLstFile(string path)
  2. FileCoverage parseLstFile(Lines r, string path)
    parseLstFile
    (
    Lines
    )
    (
    Lines r
    ,
    string path
    )
    if (
    isInputRange!Lines &&
    isSomeString!(ElementType!Lines)
    )

Meta