mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-14 16:06:42 +03:00
ArrayList addition (inc. test, example and documentation)
This commit is contained in:
@@ -28,7 +28,7 @@ package examples
|
||||
|
||||
import "github.com/emirpasic/gods/stacks/arraystack"
|
||||
|
||||
func arraystackExample() {
|
||||
func ArrayStackExample() {
|
||||
stack := arraystack.New() // empty
|
||||
stack.Push(1) // 1
|
||||
stack.Push(2) // 1, 2
|
||||
|
||||
Reference in New Issue
Block a user