Sha256: bb20c29d2a3270d2581196e4f16218d072ee2ab3efa384842336573a5180e2aa
Contents?: true
Size: 229 Bytes
Versions: 148
Compression:
Stored size: 229 Bytes
Contents
using System; using System.Collections; public static class Flattener { public static IEnumerable Flatten(IEnumerable input) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
148 entries across 148 versions & 1 rubygems