phobos/std/experimental
Sebastian Wilzbach 70f06b2357 Remove old, redundant private import access specifier
Very very old versions of D (well into 0.x) had imports public by default,
like C header files. This modernizes the codebase and removes the
redundant `private` access specifier.
This has been done with:

sed "s/private import/import/g" -i **/*.d
2017-07-11 12:28:39 +02:00
..
allocator Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
logger Switched package-wide datetime imports to new sub-packages 2017-06-30 13:51:53 -04:00
checkedint.d Fix Issue 17365 - checkedint.html is missing the Throw hook description 2017-07-05 17:09:51 +03:00
note.md Fixup spelling mistake. 2014-05-21 22:18:07 +02:00
typecons.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00