add

open override fun add(ga: GA<V, F>)

Adds the GA to the end of children.


open override fun add(index: Int, ga: GA<V, F>)

Inserts a GA into children at the specified index.