Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 438 Bytes

Value.md

File metadata and controls

13 lines (10 loc) · 438 Bytes

Value interface

このライブラリで提供する各種構造(Itorator interfacetype Nodetype BiNode)から要素の取得操作をするためのinterfaceです。

import

import "github.com/l4go/list"

vendoringして使うことを推奨します。

メソッド概略

func (it *Iterator) Value() interface{}

Iteratorの示すノードの要素を返します。