selectIfEmpty

Undocumented in source. Be warned that the author may not have intended to support it.
  1. String selectIfEmpty(const(String) a, const(String) b)
  2. UnprocessedPath selectIfEmpty(const(UnprocessedPath) a, const(UnprocessedPath) b)
    @safe
    UnprocessedPath
    selectIfEmpty
    (
    const(UnprocessedPath) a
    ,
    const(UnprocessedPath) b
    )
  3. Path selectIfEmpty(const(Path) a, const(Path) b)
  4. string selectIfEmpty(const(string) a, const(string) b)

Meta