Created
June 18, 2020 15:12
-
-
Save satan87/3a96089156b98beb669507091d6eea0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var bookFiltered = books.filter({ filters.byBeforeYear == 0 || $0.year < filters.byBeforeYear}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment