Garden 🌻

Path::read()

Read the contents of path as a string.

Example
Path{ p: "/tmp/foo.txt" }.read()
Source Code
public method read(this: Path): Result<String, String> {
  __BUILT_IN_IMPLEMENTATION
}