package at.yawk.numaec;

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

public interface CharBufferList extends CharList, BufferBasedCollection {
}