div

operator fun Path.div(segment: PathSegment): Path(source)

Returns a new Path instance that is the concatenation of the current path and a segment.


operator fun Path.div(path: Path): Path(source)

Returns a new Path instance that is the concatenation of the current path and a child path.

Danger. This API does not check that path makes sense as a child of the current path!