Add docs for membership operators
This commit is contained in:
		| @@ -32,8 +32,16 @@ Comparison operators | |||||||
|  |  | ||||||
|     Car.price_range > (300, 500) |     Car.price_range > (300, 500) | ||||||
|  |  | ||||||
|  |  | ||||||
|  | Membership operators | ||||||
|  | ^^^^^^^^^^^^^^^^^^^^ | ||||||
|  |  | ||||||
|  | :: | ||||||
|  |  | ||||||
|     Car.price_range.in_([[300, 500]]) |     Car.price_range.in_([[300, 500]]) | ||||||
|  |  | ||||||
|  |     ~ Car.price_range.in_([[300, 400], [700, 800]]) | ||||||
|  |  | ||||||
|  |  | ||||||
| .. _intervals: https://github.com/kvesteri/intervals | .. _intervals: https://github.com/kvesteri/intervals | ||||||
| """ | """ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Konsta Vesterinen
					Konsta Vesterinen