For example, `empty []` looks like you're emptying it instead of checking if it's empty. Why not `is-empty []`?
For example,
empty []looks like you're emptying it instead of checking if it's empty.Why not
is-empty []?