SEPARATOR_CHARACTER

const val SEPARATOR_CHARACTER: Char = '/'(source)

Character used to represent the root path in string form, as well as separate fragments, e.g. the path with id fragments x and y is represented in string form as "/x/y" whilst the one with no fragments (root) is represented as "/".