Update of "Stack"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 900fc2edcf8b3c2aca3eec26c22c5cee02c0c525
Page Name:Stack
Date: 2017-03-12 04:34:16
Original User: Entomy
Content

Implementation Details

This is an incredibly basic Stack, implemented the same way as a singly-linked list, but uses its own, simplified implementation for higher performance.

No indexors, iterators, or queries are implemented for this type, as maintaining proper semantics forbids it.