-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
some doc updates for std.array and some more testing #2630
Conversation
I will create some more PRs for std.array similar to this. |
35193c6
to
65fa2be
Compare
@@ -1169,6 +1161,16 @@ void insertInPlace(T, U...)(ref T[] array, size_t pos, U stuff) | |||
} | |||
} | |||
|
|||
/// | |||
unittest |
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.
Now missing @safe
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.
will fix it right away
Otherwise LGTM |
moved examples to unittests DmitryOlshansky fix
65fa2be
to
6dfd2c6
Compare
fixed it |
Auto-merge toggled on |
some doc updates for std.array and some more testing
Let it flow ) |
Thanks |
/// Ditto to the resuce and some harder tests
who should I bother to get the page docs up to date?