4#include "core/builtin/container/native/tnarr.inl"
8 template <
typename T,
typename TACTIC = strTactic>
class tndumArr:
public tnarr<T, TACTIC> {
15 tndumArr(
const super& rhs): super(rhs) {}
21 nbool add(
const typename super::iter&
e,
const node& new1)
override {
return false; }
23 nbool add(nidx
n,
const node& new1)
override {
return false; }
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Definition tndumArr.hpp:8
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16