Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Add String.Create span-based method#13849

Merged
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:string_create
Sep 10, 2017
Merged

Add String.Create span-based method#13849
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:string_create

Conversation

@stephentoub
Copy link
Copy Markdown
Member

return result;
}

public static string Create<TState>(int length, TState state, SpanAction<char, TState> action)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Throw ArgumentNullException if action is null?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yup.

@stephentoub
Copy link
Copy Markdown
Member Author

@dotnet-bot test Ubuntu x64 Checked Build and Test please
@dotnet-bot test OSX 10.12 x64 Checked Build and Test please

@stephentoub
Copy link
Copy Markdown
Member Author

@dotnet-bot test OSX10.12 x64 Checked Build and Test please (hanging doing "Cloning the remote Git repository")

@stephentoub stephentoub merged commit 35a8c82 into dotnet:master Sep 10, 2017
@stephentoub stephentoub deleted the string_create branch September 10, 2017 03:25
dotnet-bot pushed a commit to dotnet/corert that referenced this pull request Sep 11, 2017
Add String.Create span-based method

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
stephentoub added a commit to dotnet/corert that referenced this pull request Sep 11, 2017
Add String.Create span-based method

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants