Last active
March 26, 2017 18:45
-
-
Save stryku/b5c52240d55227078970dd61db2f25a0 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
using result_token = string<'a', 'b', 'c'>; | |
using rest_of_string = string<'d', 'e', 'f', ' ', 'g'>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment