mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
The standard library of the D programming language
algorithmsallocatorconcurrencycontainersddlangfunctionalhacktoberfestmathmetaparallelismphobosrangesregexstandard-librarystdiotraitstype-conversionunicode
![]() https://d.puremagic.com/issues/show_bug.cgi?id=12007 This makes a tweak to `Zip`'s `save`: Now, it *builds* a new `Zip` object from the saved ranges, rather than assigning each range individually. This gives 2 advantages: 1. Better support for `save` (which doesn't actaully guarantee assignability) 2. Avoids useless `opAssign` overhead |
||
---|---|---|
etc/c | ||
std | ||
.gitignore | ||
changelog.dd | ||
CONTRIBUTING.md | ||
index.d | ||
LICENSE_1_0.txt | ||
posix.mak | ||
project.ddoc | ||
README.md | ||
unittest.d | ||
win32.mak | ||
win64.mak |
Phobos Standard Library
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.