mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 07:30:33 +03:00
Converted C-style array declarations to D-style
This commit is contained in:
parent
3be7a03168
commit
13a6e6ac5c
11 changed files with 15 additions and 15 deletions
|
@ -4012,7 +4012,7 @@ unittest
|
|||
struct BoyerMooreFinder(alias pred, Range)
|
||||
{
|
||||
private:
|
||||
size_t skip[];
|
||||
size_t[] skip;
|
||||
ptrdiff_t[ElementType!(Range)] occ;
|
||||
Range needle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue