mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Replace LUCKY links with actual links
This commit is contained in:
parent
b22acefa9c
commit
d548e8830a
22 changed files with 88 additions and 55 deletions
|
@ -716,7 +716,8 @@ private struct RBRange(N)
|
|||
}
|
||||
|
||||
/**
|
||||
* Implementation of a $(LUCKY red-black tree) container.
|
||||
* Implementation of a $(LINK2 https://en.wikipedia.org/wiki/Red%E2%80%93black_tree,
|
||||
* red-black tree) container.
|
||||
*
|
||||
* All inserts, removes, searches, and any function in general has complexity
|
||||
* of $(BIGOH lg(n)).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue