added net module

This commit is contained in:
2025-06-27 15:19:25 +02:00
parent acd30afe6f
commit cd61ac7f00
39 changed files with 4599 additions and 12 deletions
+1
View File
@@ -10,6 +10,7 @@ class collection {
public:
private:
std::vector<Type> data_;
};