mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
178 B
178 B
META
description=List.sublist on an empty list yields an empty list
type=repl
SOURCE
» List.sublist([], {start: 2, len: 3})
OUTPUT
[]
PROBLEMS
NIL