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

Add builder for strings and boxed arrays #57

Closed
JanGe opened this issue Jul 26, 2016 · 1 comment
Closed

Add builder for strings and boxed arrays #57

JanGe opened this issue Jul 26, 2016 · 1 comment
Assignees
Labels
C - design design stuff T - array affect type Arrays T - string Affect type Strings
Milestone

Comments

@JanGe
Copy link
Member

JanGe commented Jul 26, 2016

It would be nice to also have builders for strings and boxed arrays like the one for unboxed arrays. That would make it much easier to start building your destination collection while going over an input collection if you can't know the length of the destination collection.
Maybe even a Buildable type class?

@vincenthz
Copy link
Member

yes, this is a good idea. I envisioned having one array builder for the Boxed Array, but a class for it is very likely even better

@JanGe JanGe mentioned this issue Aug 23, 2016
6 tasks
@vincenthz vincenthz added T - array affect type Arrays T - string Affect type Strings labels Aug 31, 2016
@JanGe JanGe self-assigned this Sep 2, 2016
@JanGe JanGe added this to the foundation v0.0.2 milestone Sep 2, 2016
vincenthz added a commit that referenced this issue Sep 6, 2016
@JanGe JanGe closed this as completed Sep 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C - design design stuff T - array affect type Arrays T - string Affect type Strings
Projects
None yet
Development

No branches or pull requests

2 participants