slice

  1. T slice(ref VirtualFileSystem vfs, FileName fname)
    T
    slice
    @safe
    (
    T = string
    Flag!"autoLoad" auto_load = Yes.autoLoad
    )
    ()
  2. T slice(ref VirtualFileSystem vfs, SourceLocation sloc)
  3. T slice(ref VirtualFileSystem vfs, SourceRange srange)

Parameters

T

type of the elements of the slice

auto_load

if the file is loaded from the filesystem if it isn't found.

Return Value

Type: T

slice of the whole file

Meta