Skip to content

Instantly share code, notes, and snippets.

@pythoneer
pythoneer / gist:3273f97ab00aeedba05c5c6aa3d05fda
Created February 13, 2017 11:28 — forked from leonardo-m/gist:6e9315a57fe9caa893472c2935e9d589
A selection of 101 LINQ Samples converted to Rust
// Port of the C# 101 LINQ Samples rewritten into Apple's Swift 3.
#![feature(ordering_chaining, step_by)]
fn main() {
// linq5: Where - Indexed
/*
//c#
public void Linq5()
{
#include<iostream>
#include<Eigen/Dense>
#include<Eigen/LU>
#include<vector>
using namespace std;
template<class PixelType>
class Framebuffer
{
protected: