Std
Mainly a port of Rust's std.
git clone
https://git.philomathiclife.com/repos/Std
Log
|
Files
|
Refs
|
README
Mode
Name
Size
-rw-r--r--
.editorconfig
1119L
-rw-r--r--
.gitignore
2L
-rw-r--r--
AssemblyInfo.cs
7L
-rw-r--r--
Bottom.cs
76L
-rw-r--r--
Clone.cs
42L
-rw-r--r--
Cmp.cs
336L
-rw-r--r--
Collections/HashMap.cs
414L
-rw-r--r--
Collections/HashSet.cs
465L
-rw-r--r--
Collections/VecDeque.cs
675L
-rw-r--r--
Convert.cs
175L
-rw-r--r--
Error.cs
47L
-rw-r--r--
Functions.cs
944L
-rw-r--r--
Hashbrown/HashMap.cs
400L
-rw-r--r--
Hashbrown/HashSet.cs
267L
-rw-r--r--
Hashbrown/Raw/Bitmask.cs
144L
-rw-r--r--
Hashbrown/Raw/Raw.cs
981L
-rw-r--r--
Hashbrown/Raw/SSE2.cs
102L
-rw-r--r--
Hashing.cs
505L
-rw-r--r--
IO/IterStream.cs
140L
-rw-r--r--
IO/VecStreamReader.cs
163L
-rw-r--r--
IO/VecStreamWriter.cs
142L
-rw-r--r--
Iter/Chain.cs
140L
-rw-r--r--
Iter/Cycle.cs
121L
-rw-r--r--
Iter/Empty.cs
70L
-rw-r--r--
Iter/Enumerate.cs
89L
-rw-r--r--
Iter/Enumerator.cs
77L
-rw-r--r--
Iter/Filter.cs
76L
-rw-r--r--
Iter/FilterMap.cs
71L
-rw-r--r--
Iter/FlatMap.cs
63L
-rw-r--r--
Iter/FlatMapInternal.cs
104L
-rw-r--r--
Iter/Flatten.cs
63L
-rw-r--r--
Iter/FromFn.cs
62L
-rw-r--r--
Iter/Functions.cs
258L
-rw-r--r--
Iter/Fuse.cs
115L
-rw-r--r--
Iter/IDoubleEndedIterator.cs
106L
-rw-r--r--
Iter/IExactSizeIterator.cs
47L
-rw-r--r--
Iter/IExtend.cs
44L
-rw-r--r--
Iter/IFromIterator.cs
42L
-rw-r--r--
Iter/IFusedIterator.cs
41L
-rw-r--r--
Iter/IIntoIterator.cs
42L
-rw-r--r--
Iter/IIterator.cs
125L
-rw-r--r--
Iter/Inspect.cs
79L
-rw-r--r--
Iter/Map.cs
73L
-rw-r--r--
Iter/MapWhile.cs
88L
-rw-r--r--
Iter/Once.cs
68L
-rw-r--r--
Iter/OnceWith.cs
73L
-rw-r--r--
Iter/Peekable.cs
173L
-rw-r--r--
Iter/Repeat.cs
70L
-rw-r--r--
Iter/RepeatWith.cs
63L
-rw-r--r--
Iter/Rev.cs
68L
-rw-r--r--
Iter/Scan.cs
115L
-rw-r--r--
Iter/Skip.cs
120L
-rw-r--r--
Iter/SkipWhile.cs
102L
-rw-r--r--
Iter/StreamIter.cs
69L
-rw-r--r--
Iter/Successors.cs
74L
-rw-r--r--
Iter/Take.cs
123L
-rw-r--r--
Iter/TakeWhile.cs
107L
-rw-r--r--
Iter/Zip.cs
87L
-rw-r--r--
LICENSE-APACHE
177L
-rw-r--r--
LICENSE-MIT
20L
-rw-r--r--
Maybe.cs
316L
-rw-r--r--
Net/AddrParseError.cs
132L
-rw-r--r--
Net/IP.cs
580L
-rw-r--r--
Num/Functions.cs
647L
-rw-r--r--
Num/I128.cs
198L
-rw-r--r--
Num/NonZero.cs
907L
-rw-r--r--
Num/ParseIntError.cs
83L
-rw-r--r--
Num/TryFromIntError.cs
69L
-rw-r--r--
Num/TryIntoIntError.cs
69L
-rw-r--r--
Num/U128.cs
371L
-rw-r--r--
Num/Wrappers.cs
707L
-rw-r--r--
Ops/Fn.cs
266L
-rw-r--r--
Ops/FnIn.cs
266L
-rw-r--r--
Ops/FnRef.cs
266L
-rw-r--r--
Ops/IIndex.cs
43L
-rw-r--r--
Ops/IIndexMut.cs
44L
-rw-r--r--
Product.cs
1030L
-rw-r--r--
README.md
6L
-rw-r--r--
Result.cs
322L
-rw-r--r--
Std.csproj
53L
-rw-r--r--
String.cs
292L
-rw-r--r--
Sum.cs
774L
-rw-r--r--
Unit.cs
81L
-rw-r--r--
Vec.cs
475L
-rw-r--r--
Wrappers.cs
1268L