/** * Returns the empty `List` * * @tsplus static List.Ops empty */ export function empty(): List { return List.nil() }