count method
Implementation
Count count([filter]) {
if (filter == null) return Count(this);
return Count(this, _funcWrap(filter, 1));
}
Count count([filter]) {
if (filter == null) return Count(this);
return Count(this, _funcWrap(filter, 1));
}