array

open fun <T : NODE> array(value: T): NODE(source)
open fun <T : NODE> array(value: Iterable<T>): NODE(source)