Call Included entries
C<E<lt>formatE<gt>({ since =E<gt> '2.0' })> 3.1, 3.0, 2.2
C<E<lt>formatE<gt>({ until =E<gt> '2.0' })> 1.3, 1.2
C<E<lt>formatE<gt>({ from =E<gt> '2.0' })> 3.1, 3.0, 2.2, 2.1, 2.0
C<E<lt>formatE<gt>({ to =E<gt> '2.0' })> 2.0, 1.3, 1.2
C<E<lt>formatE<gt>({ count =E<gt> 2 }>> 3.1, 3.0
C<E<lt>formatE<gt>({ count =E<gt> -2 }>> 1.3, 1.2
C<E<lt>formatE<gt>({ count =E<gt> 3,
[tab]
[tab]
offset=E<gt> 2 }>> 2.2, 2.1, 2.0
C<E<lt>formatE<gt>({ count =E<gt> 2,
[tab]
[tab]
offset=E<gt> -3 }>> 2.0, 1.3
C<E<lt>formatE<gt>({ count =E<gt> -2,
[tab]
[tab]
offset=E<gt> 3 }>> 3.0, 2.2
C<E<lt>formatE<gt>({ count =E<gt> -2,
[tab]
[tab]
offset=E<gt> -3 }>> 2.2, 2.1