List.h改名为ArrayList

This commit is contained in:
2025-04-23 03:22:49 +08:00
parent 5b09bec024
commit 5f6aa10d7c
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#include<hgl/type/Collection.h>
//#include<hgl/type/List.h>
//#include<hgl/type/ArrayList.h>
#include<iostream>
using namespace hgl;

View File

@@ -1,5 +1,5 @@
#include<hgl/type/DataChain.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<iostream>
#include<iomanip>
#include<random>