mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
indent multiline param description
This commit is contained in:
parent
ea5726f9f4
commit
3bf975041f
1 changed files with 2 additions and 2 deletions
|
@ -2265,8 +2265,8 @@ if (isSomeChar!Char && isSomeChar!Char2)
|
|||
haystack = String to search for needles in.
|
||||
needles = Strings to search for in haystack.
|
||||
stopIdx = slices haystack like this $(D haystack[0 .. stopIdx]) If
|
||||
the stopIdx is greater than or equal to the length of haystack the
|
||||
functions returns `-1`.
|
||||
the stopIdx is greater than or equal to the length of haystack the
|
||||
functions returns `-1`.
|
||||
cs = Indicates whether the comparisons are case sensitive.
|
||||
*/
|
||||
ptrdiff_t lastIndexOfNeither(Char,Char2)(const(Char)[] haystack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue