mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Split search algorithms into own submodule.
This commit is contained in:
parent
5551facc2f
commit
b476a82b5b
3 changed files with 3354 additions and 3291 deletions
|
@ -197,7 +197,7 @@ STD_REGEX_MODULES = $(addprefix std/regex/, package $(addprefix internal/, \
|
||||||
generator ir parser backtracking kickstart tests thompson))
|
generator ir parser backtracking kickstart tests thompson))
|
||||||
|
|
||||||
STD_ALGO_MODULES = $(addprefix std/algorithm/, package comparison iteration \
|
STD_ALGO_MODULES = $(addprefix std/algorithm/, package comparison iteration \
|
||||||
setops sorting)
|
searching setops sorting)
|
||||||
|
|
||||||
STD_RANGE_MODULES = $(addprefix std/range/, package primitives interfaces)
|
STD_RANGE_MODULES = $(addprefix std/range/, package primitives interfaces)
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
3351
std/algorithm/searching.d
Normal file
3351
std/algorithm/searching.d
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue