Len? #14
Unanswered
earthboundkid
asked this question in
Ideas
Len?
#14
Replies: 2 comments 5 replies
-
Maybe |
Beta Was this translation helpful? Give feedback.
1 reply
-
From my personal experience the length is usually fixed (and I find very valuable to have the actual content of the slice on failure). If I need to compare, I can just use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Length comes up a fair amount, but it's tricky since you might want greater than or less than or GTE or LTE. You could have
be.Len(t, items, "gt", 7)
or something, but that's sort of inscrutable.Beta Was this translation helpful? Give feedback.
All reactions