-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added segment about string types and their corresponding member functions #87
base: main
Are you sure you want to change the base?
Conversation
However i'm thinking about making a different segment for member functions of most of the underlying types something similar to cppreference where any type from the standard library or the base types that states all of their member functions shows examples and usage |
A separate section might be good (second PR?), people have also asked about the mathematical operations defined as member functions too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
Some small bits, added some suggestions to speed things along 👍
i think the first part without the member functions should be kept , but the member functions should probably be in a whole other Section about the standard library's type and the functions as well as examples similar to cppref i will be preparing a second pr this week ! I am still wondering about the name of the section though |
What jumps to mind immediately is "Type Member Functions" |
Thanks @Nizarll could you apply those above? then we can look to get this merged :) |
Co-authored-by: Josh Ring <[email protected]>
Co-authored-by: Josh Ring <[email protected]>
Co-authored-by: Josh Ring <[email protected]>
Alright , done. |
Still a few suggestions left, but nearly there |
Co-authored-by: Josh Ring <[email protected]>
Co-authored-by: Josh Ring <[email protected]>
Co-authored-by: Josh Ring <[email protected]>
i think this segment was pretty important especially since the programming language targets people from a c background so providing an explanation of the underlying implementations .