array of segments to build path from
import dshould; version(Posix) { Path("foo", "moo", "boo").toString.should.equal("foo/moo/boo"); Path("/foo/moo", "boo").toString.should.equal("/foo/moo/boo"); Path("/", "foo", "moo").toString.should.equal("/foo/moo"); }
Constructor that allows to build path from segments