Path::read()
Read the contents of path as a string.
path
Path{ p: "/tmp/foo.txt" }.read()
public method read(this: Path): Result<String, String> { __BUILT_IN_IMPLEMENTATION }