@@ -23,10 +23,13 @@ interface
type
generic TDeque<T>=class
- private
+ public
PT=^T;
+ protected
+ type
TArr=array of T;
+ private
var
FData:TArr;
FDataSize:SizeUInt;
@@ -21,10 +21,13 @@ type
{ TVector }
generic TVector<T> = class
PT = ^ T;
TArr = array of T;
FCapacity:SizeUInt;