GitXplorerGitXplorer
b

dlang-linq-examples

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
63351a64950fe0b276e26cb57decd61444393101

WIP

bbtbytes committed 7 years ago
Unverified
30a74fe5937e3bfb1b4b0a3babac4afea0f905c4

Merge pull request #2 from dmi7ry/patch-1

bbtbytes committed 8 years ago
Unverified
ea8017c95e5e82da222351fa8f78f299820b2351

same line two times

ddmi7ry committed 8 years ago
Unverified
80a87216ce18b67a9a8379df3e3c33fb16605b1c

add linq20

bbtbytes committed 8 years ago
Unverified
3d686a82ade31f5d2168268b43c8ba856fffd374

completed Projection Operators

bbtbytes committed 8 years ago
Unverified
36de5f070cb4b5ca6b78fa3f5fa3b9096fd3b07f

adding linq18

bbtbytes committed 8 years ago

README

The README file for this repository.

101 C# LINQ samples in D

Original - LINQ samples

Inspiration - Demis Bellot's Kotlin LINQ examples.

Reference - See Sebastian Wilzbach's "Feature mapping from LINQ to D Ranges" repo.

Status

  • [x] Restriction Operators
  • [x] Projection Operators
  • [ ] Partitioning Operators
  • [ ] Ordering Operators
  • [ ] Grouping Operators
  • [ ] Set Operators
  • [ ] Converstion Operators
  • [ ] Element Operators
  • [ ] Generation Operators
  • [ ] Quantifiers
  • [ ] Aggregate Operators
  • [ ] Miscellaneous Operators
  • [ ] Custom Sequence Operators
  • [ ] Query Execution
  • [ ] Join Operators

Installing and running

Dependencies to run these examples -- dmd, the reference D compiler and dub -- the D pacakge manager:

On a Mac with Homebrew installed:

brew install dmd

Running examples:

dub

Running tests:

dub test