Type Definition iodyn::ArchiveStack [] [src]

type ArchiveStack<E> = AStack<E, ()>;

Cross between vector and persistent stack