Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringRing ¶
type StringRing struct {
// contains filtered or unexported fields
}
func NewStringRing ¶
func NewStringRing(l ...string) *StringRing
func (*StringRing) Len ¶
func (r *StringRing) Len() int
func (*StringRing) Next ¶
func (r *StringRing) Next()
func (*StringRing) Value ¶
func (r *StringRing) Value() string
Click to show internal directories.
Click to hide internal directories.