StringT.slices

Returns true if this string is a slice of s.

  1. bool slices(const S s)
  2. bool slices(const C[] s)
    struct StringT(C)
    bool
    slices
    const
    (
    const C[] s
    )

Meta