The standard library of the D programming language
Find a file
Vladimir Panteleev 6caa5fa19a
std.container.rbtree: Add trisect (#10756)
Useful in case we need >= or <= (instead of > or < or = as provided by
lowerBound/upperBound/equalRange).

Same convention as SortedRange.trisect, except just return a static
array instead of a tuple (as the type is the same).
2025-04-20 07:29:02 +08:00
.circleci
.github/workflows Tune FreeBSD timeouts on GitHub Actions (#10708) 2025-03-24 10:33:32 +08:00
changelog fix: remove stray parenthesis in changelog README (#10745) 2025-04-08 23:08:28 +08:00
etc/c
phobos
std std.container.rbtree: Add trisect (#10756) 2025-04-20 07:29:02 +08:00
test
tools
.codecov.yml
.dscanner.ini
.editorconfig
.gitignore
build_v3.d
CODEOWNERS
CONTRIBUTING.md
index.dd
LICENSE_1_0.txt
Makefile Update DSCANNER_HASH for interpolated strings (#10720) 2025-03-28 12:49:30 -07:00
posix.mak
project.ddoc
README.md
unittest.d

D Logo Phobos Standard Library

GitHub tag CircleCi Buildkite Code coverage license

Phobos is the standard library that comes with the D Programming Language Compiler.

Download

Phobos is packaged together with the compiler. You should download the whole precompiled package.

To build everything yourself, there is a description in the wiki.

Phobos is distributed under Boost Software Licence. See the licence file.

I Want to Contribute

Great! See the CONTRIBUTING.md file.