std.empty/std.nonempty
Open
stdlib
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
These functions could be used instead of `std.length(x) > 0`/`std.length(x) == 0`. Slightly more concise and also more efficient when implemented as builtins.
Contributor guide
Assessment
This issue has not been assessed yet.