//
pkg.gl
Category
github.com/go-spatial/tegola
container
singlelist
package
0.21.2
Repository:
https://github.com/go-spatial/tegola.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
4
Files
382 SLOC
#
Packages
point
#
Functions
MyCallerFileLine
MyCallerFileLine returns the FileLine of the caller of the function that called it :).
New
New returns an initialized list.
NewElement
SliceOfElements
#
Structs
Element
Element allow one to use a list with a generic element.
List
List contains pointers to the start element and the end element of a list.
Sentinel
Sentinel Provides the a very basic struct that fulfills the Elementer interface.
#
Interfaces
Elementer
Elementer is a node in the list.