Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support System.Char #78

Open
dbarwikowski opened this issue Oct 24, 2017 · 2 comments
Open

Support System.Char #78

dbarwikowski opened this issue Oct 24, 2017 · 2 comments

Comments

@dbarwikowski
Copy link
Member

dbarwikowski commented Oct 24, 2017

All methods starting from Is like IsDigit or IsLetter
from https://msdn.microsoft.com/en-us/library/system.char(v=vs.110).aspx

@GooRiOn
Copy link
Member

GooRiOn commented Oct 24, 2017

I think that we should not support all of these methods. We're not designing the language from scratch. I'd even say that we should not support char for a now since it's not that common in C# to store numbers in char type. @arekbal what's your opinion on that one?

I'd leave it now and give folks only general method - Satisfies.

@dbarwikowski
Copy link
Member Author

It's not planned for 0.1.0, and it's not very usefull in my opinion, but remember, that people do weird things with code ;)

@GooRiOn GooRiOn added the 0.2.0 label Nov 19, 2017
@GooRiOn GooRiOn added this to the 0.2.0 milestone Nov 19, 2017
@GooRiOn GooRiOn removed the 0.2.0 label Nov 29, 2017
@GooRiOn GooRiOn removed this from the 0.2.0 milestone Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants