package at.yawk.numaec;

import org.eclipse.collections.api.list.primitive.IntList;

public interface IntBufferList extends IntList, BufferBasedCollection {
}