commonSuffixCount

Get Count of Common Suffix of a and b.

commonSuffixCount
(
alias pred = "a == b"
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