slice
slice copied to clipboard
A LINQ-inspired typewriter for use with gen.
The Distinct() function did not work when use Pointer, so it has been fixed. Please check it. Thank you.
``` type Book struct{ Authors []string } ``` the existing `Select` method returns `[][]string`, i expect there will be a `SelectMany` method returning `[]string` which works like Java stream's `flatMap`...
Hey, could you please add the same license as used in gen? We cannot use this repo without a license since according to https://help.github.com/articles/licensing-a-repository/ it is effectively cannot be used...
This is a PR to add the same license as used in you gen project, since this repo is missing a license file.
See https://github.com/clipperhouse/typewriter/issues/14 for an overview.