module
Glue::SequentialContainer(T)
Overview
Wrapper for an instantiated, sequential container type for data transmission.
Included Modules
- Indexable(T)
Defined in:
ext/glue.crInstance Method Summary
-
#<<(value : T) : self
Adds an element at the end of the container.
-
#concat(values : Enumerable(T)) : self
Adds all elements at the end of the container, retaining their order.
- #inspect(io)
-
#push(value : T)
Adds an element at the end.
- #to_s(io)
Instance Method Detail
def concat(values : Enumerable(T)) : self
#
Adds all elements at the end of the container, retaining their order.