Last active
July 6, 2022 05:11
-
-
Save alkozin/37215d06969880850d318c5397f38eb6 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
Expect.every { T in | |
} | |
Expect.while { T in | |
true | |
} | |
let expect = Expect.one { T in | |
} | |
//Make request | |
|expect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment