Val returns the value associated with attribute Attr in Entry, or nil if there is no such attribute. A common idiom is to merge the check for nil return with the check that the value has the expected dynamic type, as in: v, ok := e.Val(AttrSibling).(int64)
(a Attr)
source not stored for this graph (policy: none)