scope.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/builtin/container/native/tnchain.inl"
5
6namespace by {
7 typedef tnchain<std::string, node, tnmap<std::string, node, immutableTactic>> scope;
8 extern template class tnchain<std::string, node, tnmap<std::string, node, immutableTactic>>;
9}