Remove static std.range import

This commit is contained in:
2018-03-22 10:44:52 +01:00
parent cb742eec82
commit 7829b1fe06
7 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
/**
* Abstract data types whose instances are collections of other objects.
*
* Copyright: Eugene Wissner 2016-2017.
* Copyright: Eugene Wissner 2016-2018.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)