f9af76c364
Summary: data_structures moved from src/ Test Plan: manual Reviewers: sale Subscribers: buda, sale Differential Revision: https://memgraph.phacility.com/D14
9 lines
65 B
C++
9 lines
65 B
C++
#pragma once
|
|
|
|
template <class T>
|
|
class ArrayStack
|
|
{
|
|
|
|
private:
|
|
};
|