Size is an alias for Length.
()
| 83 | |
| 84 | // Size is an alias for Length. |
| 85 | func (s *Selection) Size() int { |
| 86 | return s.Length() |
| 87 | } |
| 88 | |
| 89 | // Length returns the number of elements in the Selection object. |
| 90 | func (s *Selection) Length() int { |
no test coverage detected