Converts the Iterable to a truly immutable KtList
@useResult KtList<T> toImmutableList() => KtList.from(this);