Child returns the child Options if any.
()
| 42 | |
| 43 | // Child returns the child Options if any. |
| 44 | func (o *Options) Child() *Options { |
| 45 | return o.child |
| 46 | } |
| 47 | |
| 48 | // Descendants returns an iterator over the child Options if any. |
| 49 | func (o *Options) Descendants() iter.Seq[*Options] { |