Skip to content

Conversation

@MikeShah
Copy link

@MikeShah MikeShah commented Apr 6, 2023

No description provided.

// a string!
foreach(idx, ref tid; threads) {
import std.string : format;
foreach(size_t idx, ref tid; threads) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure specifying the type here is needed if we use size_t for NumberMessage.

Copy link
Author

Choose a reason for hiding this comment

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

Was being explicit, but agreed the type is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants