/** * @tsplus getter List toCollection */ export function toCollection(self: List): Collection { return self }