mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 09:00:22 +03:00
Add alternative commenting
This commit is contained in:
parent
0b934852c3
commit
bfebdc7ecc
1 changed files with 3 additions and 2 deletions
|
@ -3154,12 +3154,13 @@ bool skipOver(alias pred, R, E)(ref R r, E e)
|
||||||
/**
|
/**
|
||||||
Checks whether the given
|
Checks whether the given
|
||||||
$(XREF_PACK_NAMED range,primitives,isInputRange,input range) starts with (one
|
$(XREF_PACK_NAMED range,primitives,isInputRange,input range) starts with (one
|
||||||
of) the given needle(s).
|
of) the given needle(s) or, if no needles are given,
|
||||||
|
if its front element fulfils predicate $(D pred).
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
|
|
||||||
pred = Predicate to use in comparing the elements of the haystack and the
|
pred = Predicate to use in comparing the elements of the haystack and the
|
||||||
needle(s).
|
needle(s). Mandatory if no needles are given.
|
||||||
|
|
||||||
doesThisStart = The input range to check.
|
doesThisStart = The input range to check.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue