Skip to content
Subhajit Sahu edited this page Feb 4, 2021 · 15 revisions

Gets size of lists. 🏃 📼 📦 🌔 📒

Similar: size, isEmpty.


lists.size(x);
// x: lists
const lists = require('extra-lists');

var x = [['a', 'b', 'c'], [1, 2, 3]];
lists.size(x);
// 3


References

Clone this wiki locally