Add `Length()` function to collection values
Related Issue
Fixes #1067
Description
Implement Length() functions for collection values, so users can avoid len(list.Elements()) which is less clean and efficient because Elements() allocate a new block of memory for returning a new slice.
If you guys prefer Size() or another naming, let me know and I can change it.
Hi @rainkwan @austinvalle @stephybun, may I get some feedbacks and reviews for this change? Thanks!
Any chance this may get a review?
Hey @austinvalle @rainkwan @bbasata, may I get some thoughts from your team about this proposal? Thank you!
may I get some thoughts from your team about this proposal? Thank you!
Hi @ChihweiLHBird,
Thank you for your patience. The team recently selected this pull request for triage, and a teammate will follow-up here with any feedback to get this change merged.
Hi @bbasata, it has been a while, and I wonder if there's any update/feedback from the team. Thanks!