Skip to content

A Stack is a “last in, first out” or “LIFO” collection that only allows access to the value at the top of the structure and iterates in that order, destructively.

Notifications You must be signed in to change notification settings

ghostyPHP/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A Stack is a “last in, first out” or “LIFO” collection that only allows access to the value at the top of the structure and iterates in that order, destructively.

Learning

Documentation for Ghosty Stack component can be found on the Ghosty website.

License

The Ghosty Http Foundation is open-sourced software licensed under the MIT license.

About

A Stack is a “last in, first out” or “LIFO” collection that only allows access to the value at the top of the structure and iterates in that order, destructively.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages