lcs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(T)[] lcs(T[] xs, T[] ys)
  2. immutable(char)[] lcs(inout(char)[] a, inout(char)[] b)
    pure
    immutable(char)[]
    lcs
    (
    inout(char)[] a
    ,
    inout(char)[] b
    )

Meta