Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lifo
v0.1.3
Lifo
LifoLike
OverflowError
Queue
Stack
UnderflowError
Built with Crystal 1.9.2
2023-10-08 13:27:59 UTC
abstract class
Lifo::LifoLike(T)
Lifo::LifoLike(T)
Reference
Object
Direct Known Subclasses
Lifo::Queue(T)
Lifo::Stack(T)
Defined in:
lifo/lifolike.cr
Constructors
.new
(capacity : Int32 =
-1
)
Instance Method Summary
#capacity
#empty?
: Bool
#size
: Int32
#to_a
: Array(T)
Constructor Detail
def self.
new
(capacity : Int32 =
-1
)
#
[
View source
]
Instance Method Detail
def
capacity
#
[
View source
]
def
empty?
: Bool
#
[
View source
]
def
size
: Int32
#
[
View source
]
def
to_a
: Array(T)
#
[
View source
]