# Copyright (c) 2023 Yuki Kimoto # MIT License class Stack : pointer { use Env; # Fields has env : ro Env; # Instance Methods native method DESTROY : void (); }