commonSuffixLength

Get length of Suffix of a and b.

commonSuffixLength
(
Rs...
)
(
Rs rs
)
if (
rs.length == 2 &&
allSatisfy!(isBidirectionalRange, Rs)
)

See Also

http://forum.dlang.org/thread/bmbhovkgqomaidnyakvy@forum.dlang.org#post-bmbhovkgqomaidnyakvy:40forum.dlang.org

Meta