commonSuffix

Get Common Suffix of a and b. TODO: Copy implementation of commonPrefix into commonSuffix to splitter

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

Meta