child

inline fun <T : Element> Group.child(index: Int): T

Returns the n-th child of a group.

Throws

if the element is not an instance of the specified class or doesn't exist.