Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoMatrix ¶
type AutoMatrix struct {
// contains filtered or unexported fields
}
AutoMatrix -- automatically growing matrix
func (*AutoMatrix) Extract ¶
func (matrix *AutoMatrix) Extract(x1, y1, x2, y2 int) []rune
Extract from (x1, y1) until (x2, y2)
func (*AutoMatrix) ExtractFrom ¶
func (matrix *AutoMatrix) ExtractFrom(x1, y1 int) []rune
ExtractFrom extracts from (x1, y1) until the end
Click to show internal directories.
Click to hide internal directories.