Fix typo in the README, remove dmd 2.072 support

This commit is contained in:
2017-08-08 05:59:04 +02:00
parent 2934bb16d7
commit e6b28468ca
3 changed files with 1 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ foreach (el; arr[0 .. 5])
{
}
int i = arr[7]; // Access 7th element.
int i = arr[7]; // Access 8th element.
```
There are more containers in the `tanya.container` package.
@@ -142,7 +142,6 @@ There are more containers in the `tanya.container` package.
| 2.075.0 |
| 2.074.1 |
| 2.073.2 |
| 2.072.2 |
### Current status