Garden 🌻

Path type

A filesystem path.

Source Code
struct Path {
  p: String,
}

Methods