Remove deprecated tanya.container.vector
This commit is contained in:
parent
278e851414
commit
faa44b6704
@ -22,9 +22,6 @@ import std.meta;
|
||||
import std.traits;
|
||||
import tanya.memory;
|
||||
|
||||
deprecated("Use tanya.container.array instead.")
|
||||
alias Vector = Array;
|
||||
|
||||
/**
|
||||
* Random-access range for the $(D_PSYMBOL Array).
|
||||
*
|
||||
|
@ -1,16 +0,0 @@
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/**
|
||||
* Single-dimensioned array.
|
||||
*
|
||||
* Copyright: Eugene Wissner 2016-2017.
|
||||
* 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)
|
||||
*/
|
||||
deprecated("Use tanya.container.array instead.")
|
||||
module tanya.container.vector;
|
||||
|
||||
public import tanya.container.array;
|
Loading…
Reference in New Issue
Block a user