Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 27, 2016 17:29
Show Gist options
  • Save andevsoftware/d22058aeafc788564b6d to your computer and use it in GitHub Desktop.
Save andevsoftware/d22058aeafc788564b6d to your computer and use it in GitHub Desktop.
TSCore\Data\Collection - count method
var collection = new TSCore.Data.Collection<number>([1, 2, 3, 4]);
collection.count();
// 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment