ModularM
Modular2y ago
12 replies
Orwink

Why doesn't this work for creating lists?

fn main() -> None:
 var any_list = List[Int](range(1, 10_000_000))
Was this page helpful?