#ifndef EXCIT_SLICE_H #define EXCIT_SLICE_H
#include "excit.h"
#include "dev/excit.h"
struct composition_it_s {
excit_t src; excit_t indexer; };
extern struct excit_func_table_s excit_composition_func_table;
#endif //EXCIT_SLICE_H