mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
173 B
173 B
META
description=List.concat with empty list as second argument
type=repl
SOURCE
» List.len(List.concat([1, 2, 3], []))
OUTPUT
3
PROBLEMS
NIL