Skip to content

Conversation

@9il
Copy link
Member

@9il 9il commented Jul 23, 2016

No description provided.

@9il 9il added the ndslice label Jul 23, 2016
fix style

fix style
bool opEquals(T)(T[] rarrary)
{
if (this.length != rarrary.length)
auto slice = this;
Copy link
Contributor

@JackStouffer JackStouffer Jul 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reasoning behind this? Why not just use this?

Copy link
Member Author

@9il 9il Jul 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slice.popFront; will change the slice

@9il 9il closed this Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants