Skip to content

Commit

Permalink
Add alternative commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
nordlow committed Jan 17, 2016
1 parent 0b93485 commit bfebdc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions std/algorithm/searching.d
Expand Up @@ -3154,12 +3154,13 @@ bool skipOver(alias pred, R, E)(ref R r, E e)
/**
Checks whether the given
$(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:
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.
Expand Down

0 comments on commit bfebdc7

Please sign in to comment.