github.com/lann/ps.tree.IsNil (method)

5 uses

	github.com/lann/ps (current package)
		map.go#L85: func (self *tree) IsNil() bool {
		map.go#L121: 	if self.IsNil() { // an empty tree is easy
		map.go#L162: 	if self.IsNil() {
		map.go#L258: 	if self.IsNil() { // an empty tree is easy
		map.go#L276: 	if m.IsNil() {