add

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

Adds the GA to the end of children.


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

Inserts a GA into children at the specified index.