The standard library of the D programming language
Find a file
The Dlang Bot 263652cee6
Merge pull request #8360 from WebFreak001/is-some-finite-char-input-range
add isSomeFiniteCharInputRange as simplification

Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2022-01-16 01:48:19 +00:00
.circleci
changelog Fix issue 13551 - std.conv.to for std.typecons tuples too (#8335) 2022-01-13 16:00:10 +00:00
etc/c
std fix phobos style in unittest 2022-01-16 01:07:22 +01:00
test
.cirrus.yml
.codecov.yml
.dscanner.ini
.editorconfig
.gitignore
azure-pipelines.yml Azure: Replace deprecated vs2017-win2016 image with windows-2019 2022-01-08 20:08:16 +00:00
CODEOWNERS
CONTRIBUTING.md
dub.sdl
index.dd
Jenkinsfile
LICENSE_1_0.txt
posix.mak
project.ddoc
README.md
unittest.d
win32.mak
win64.mak

D Logo Phobos Standard Library

GitHub tag Bugzilla Issues 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.