URL.path

The path part of the URL

  1. InetPath path [@property getter]
  2. InetPath path [@property setter]
  3. Path path [@property setter]
    struct URL
    @safe @property
    void
    path
    (
    Path
    )
    (
    Path p
    )
    if (
    isInstanceOf!(GenericPath, Path) &&
    !is(Path == InetPath)
    )

Meta