.. |
algorithm
|
algorithm.iteration: Add singleton()
|
2019-02-25 09:27:03 +01:00 |
async
|
Add bitmanip.BitFlags
|
2018-09-16 19:07:55 +02:00 |
container
|
container.array: Fix assigning non-copyable values
|
2018-12-18 05:37:52 +01:00 |
encoding
|
encoding.ascii: Make static const data immutable
|
2018-05-31 18:43:35 +02:00 |
hash
|
Use word-wise hash instead of FNV-1a for arrays of word-aligned scalars
|
2019-02-12 10:34:18 -05:00 |
math
|
Remove deprecated memory.op.cmp and Entropy class
|
2018-12-21 20:05:23 +01:00 |
memory
|
Remove deprecated memory.op.cmp and Entropy class
|
2018-12-21 20:05:23 +01:00 |
net
|
net.ip.Address6.toString() recommended notation
|
2019-03-01 08:28:36 +01:00 |
network
|
Add algorithm.searching.count
|
2018-09-30 15:25:10 +02:00 |
os
|
Update socket documentation
|
2018-06-20 07:59:37 +02:00 |
range
|
range.adapter: new arrayInserter
|
2019-02-24 13:14:30 +01:00 |
sys
|
Add module for network interfaces
|
2018-09-01 10:15:23 +02:00 |
test
|
Make containers work with non-copyable elements
|
2018-11-24 06:25:55 +01:00 |
bitmanip.d
|
Add bitmanip.BitFlags
|
2018-09-16 19:07:55 +02:00 |
conv.d
|
Call postblit when emplacing a struct. Fix #81
|
2019-01-27 07:18:53 +01:00 |
exception.d
|
Update socket documentation
|
2018-06-20 07:59:37 +02:00 |
format.d
|
format.sformat: Support range-based toString()
|
2019-02-19 06:39:39 +01:00 |
functional.d
|
functional.forward: Fix template visibility bug
|
2018-09-21 06:23:59 +02:00 |
typecons.d
|
move(): Give compiler an opportunity to optimize
|
2019-02-01 06:33:41 +01:00 |