abstract fun toList(): MutableList<Any!>! (source)
Get the elements of this array as a List.
Note that this does not do a deep conversion. If this array contains tables or arrays, they will be of type TomlTable or TomlArray respectively.
Return
MutableList<Any!>!: The elements of this array as a List.