util

package
v0.0.0-...-3c753f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: Unlicense Imports: 0 Imported by: 0

Documentation

Overview

Stack made of array of rune

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stack

type Stack struct {
	// contains filtered or unexported fields
}

func (*Stack) AddToBottom

func (s *Stack) AddToBottom(r rune)

func (*Stack) Pop

func (s *Stack) Pop() (r rune)

func (*Stack) PopMoves

func (s *Stack) PopMoves(n int) (r []rune)

func (*Stack) Push

func (s *Stack) Push(r rune)

func (*Stack) PushMoves

func (s *Stack) PushMoves(r []rune)

func (Stack) String

func (s Stack) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL