PathCommon.commonPrefix

Returns the common prefix of paths. Assumes that if two pointers are different, they point at different paths. Destructively mutates paths as scratch space.

mixintemplate PathCommon()
static
typeof(this)*
commonPrefix
(
typeof(this)*[] paths
)

Meta