Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RowsEnumerator ¶
func (*RowsEnumerator[T]) Any ¶
func (me *RowsEnumerator[T]) Any() bool
func (*RowsEnumerator[T]) Count ¶
func (me *RowsEnumerator[T]) Count() int
func (*RowsEnumerator[T]) Current ¶
func (me *RowsEnumerator[T]) Current() (result T)
func (*RowsEnumerator[T]) GetEnumerator ¶
func (me *RowsEnumerator[T]) GetEnumerator() glinq.IEnumerator[T]
func (*RowsEnumerator[T]) MoveNext ¶
func (me *RowsEnumerator[T]) MoveNext() (err error)
Click to show internal directories.
Click to hide internal directories.