phobos icon indicating copy to clipboard operation
phobos copied to clipboard

The standard library of the D programming language

Results 121 phobos issues
Sort by recently updated
recently updated
newest added

…mplate bloat Trivial review, @thewilsonator.

stalled

Thanks a lot to @MartinNowak for suggesting this solution on Slack. CC @RazvanN7

Bug Fix
Enhancement
stalled

Needs Work
Enhancement
stalled
Vision

Putting it out in the open just to get early feedback. See also: https://forum.dlang.org/post/[email protected]

Needs Rebase
stalled

Alias parameters accept basic types so various overloads are unnecessary now. E.g.: ```d template Replace(T, U, TList...); template Replace(alias T, U, TList...); template Replace(T, alias U, TList...); template Replace(alias T,...

Needs Work
Needs Rebase
stalled