mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 00:54:05 +03:00
Remove obsolete TypeTuple references
Replace following names: std.typetuple -> std.meta TypeTuple -> AliasSeq ParameterTypeTuple -> Parameters FieldTypeTuple -> Fields std.traits requires more work than search/replace and is left unchanged.
This commit is contained in:
parent
8d9d606ef8
commit
d698887729
48 changed files with 643 additions and 645 deletions
|
@ -68,9 +68,9 @@ to $(WEB fantascienza.net/leonardo/so/, Leonardo Maffi).
|
|||
*/
|
||||
module std.range.interfaces;
|
||||
|
||||
import std.meta;
|
||||
import std.range.primitives;
|
||||
import std.traits;
|
||||
import std.typetuple;
|
||||
|
||||
/**These interfaces are intended to provide virtual function-based wrappers
|
||||
* around input ranges with element type E. This is useful where a well-defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue