Skip to content

Commit

Permalink
Language-ext documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
louthy committed Mar 19, 2024
1 parent 01b1075 commit 3b3e790
Show file tree
Hide file tree
Showing 86 changed files with 20,958 additions and 40,454 deletions.
108 changes: 54 additions & 54 deletions language-ext/LanguageExt.Core/Class Instances/index.html

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions language-ext/LanguageExt.Core/Common/index.html

Large diffs are not rendered by default.

812 changes: 417 additions & 395 deletions language-ext/LanguageExt.Core/Concurrency/AtomHashMap/index.html

Large diffs are not rendered by default.

139 changes: 109 additions & 30 deletions language-ext/LanguageExt.Core/Concurrency/AtomQue/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">method</span>
IEnumerable<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span>
<a id="AtomSeq_1_AsEnumerable_0" class="def">AsEnumerable</a>

<span class='parens'>(</span><span class='parens'>)</span>
Expand Down
90 changes: 15 additions & 75 deletions language-ext/LanguageExt.Core/Concurrency/Task/index.html

Large diffs are not rendered by default.

90 changes: 15 additions & 75 deletions language-ext/LanguageExt.Core/Concurrency/ValueTask/index.html

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions language-ext/LanguageExt.Core/Concurrency/VectorClock/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">property</span>
IEnumerable<span class='generics'>&lt;</span>K<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>K<span class='generics'>&gt;</span>
<a id="VersionHashMap_3_Keys_0" class="def">Keys</a>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Concurrency/VersionHashMap/VersionHashMap.ConflictV.K.V.cs#L179" class="link">Source</a>
<a href="#VersionHashMap_3_Keys_0" class="selflink">#</a>
Expand All @@ -673,7 +673,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">property</span>
IEnumerable<span class='generics'>&lt;</span>V<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>V<span class='generics'>&gt;</span>
<a id="VersionHashMap_3_Values_0" class="def">Values</a>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Concurrency/VersionHashMap/VersionHashMap.ConflictV.K.V.cs#L189" class="link">Source</a>
<a href="#VersionHashMap_3_Values_0" class="selflink">#</a>
Expand Down Expand Up @@ -1115,7 +1115,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">method</span>
IEnumerable<span class='generics'>&lt;</span>(K Key<span class='comma'>, </span>V Value)<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>(K Key<span class='comma'>, </span>V Value)<span class='generics'>&gt;</span>
<a id="VersionHashMap_3_AsEnumerable_0" class="def">AsEnumerable</a>

<span class='parens'>(</span><span class='parens'>)</span>
Expand Down Expand Up @@ -2399,7 +2399,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">property</span>
IEnumerable<span class='generics'>&lt;</span>K<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>K<span class='generics'>&gt;</span>
<a id="VersionHashMap_6_Keys_0" class="def">Keys</a>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Concurrency/VersionHashMap/VersionHashMap.ConflictV.OrdActor.EqK.Actor.K.V.cs#L236" class="link">Source</a>
<a href="#VersionHashMap_6_Keys_0" class="selflink">#</a>
Expand All @@ -2423,7 +2423,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">property</span>
IEnumerable<span class='generics'>&lt;</span>V<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>V<span class='generics'>&gt;</span>
<a id="VersionHashMap_6_Values_0" class="def">Values</a>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Concurrency/VersionHashMap/VersionHashMap.ConflictV.OrdActor.EqK.Actor.K.V.cs#L246" class="link">Source</a>
<a href="#VersionHashMap_6_Values_0" class="selflink">#</a>
Expand Down Expand Up @@ -2865,7 +2865,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">method</span>
IEnumerable<span class='generics'>&lt;</span>(K Key<span class='comma'>, </span>V Value)<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>(K Key<span class='comma'>, </span>V Value)<span class='generics'>&gt;</span>
<a id="VersionHashMap_6_AsEnumerable_0" class="def">AsEnumerable</a>

<span class='parens'>(</span><span class='parens'>)</span>
Expand Down Expand Up @@ -4142,7 +4142,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">property</span>
IEnumerable<span class='generics'>&lt;</span>K<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>K<span class='generics'>&gt;</span>
<a id="VersionHashMap_2_Keys_0" class="def">Keys</a>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Concurrency/VersionHashMap/VersionHashMap.K.V.cs#L178" class="link">Source</a>
<a href="#VersionHashMap_2_Keys_0" class="selflink">#</a>
Expand All @@ -4166,7 +4166,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">property</span>
IEnumerable<span class='generics'>&lt;</span>V<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>V<span class='generics'>&gt;</span>
<a id="VersionHashMap_2_Values_0" class="def">Values</a>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Concurrency/VersionHashMap/VersionHashMap.K.V.cs#L188" class="link">Source</a>
<a href="#VersionHashMap_2_Values_0" class="selflink">#</a>
Expand Down Expand Up @@ -4608,7 +4608,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">method</span>
IEnumerable<span class='generics'>&lt;</span>(K Key<span class='comma'>, </span>V Value)<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>(K Key<span class='comma'>, </span>V Value)<span class='generics'>&gt;</span>
<a id="VersionHashMap_2_AsEnumerable_0" class="def">AsEnumerable</a>

<span class='parens'>(</span><span class='parens'>)</span>
Expand Down
6 changes: 3 additions & 3 deletions language-ext/LanguageExt.Core/DataTypes/Change/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<li><a href="#Change_1_GetHashCode_0" class="link"><div class="nowrap">GetHashCode

<span class='parens'>(</span><span class='parens'>)</span></div></a></li>
<li><a href="#Change_1_Append_0" class="link"><div class="nowrap">Append
<li><a href="#Change_1_Combine_0" class="link"><div class="nowrap">Combine

<span class='parens'>(</span>Change<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span> y<span class='parens'>)</span></div></a></li></ul>
<li><a href="#_0_EntryAdded_1" class="link"><div class="nowrap">EntryAdded
Expand Down Expand Up @@ -507,11 +507,11 @@
</div>
<div class="top"><p class="src"><span class="keyword">method</span>
Change<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span>
<a id="Change_1_Append_0" class="def">Append</a>
<a id="Change_1_Combine_0" class="def">Combine</a>

<span class='parens'>(</span>Change<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span> y<span class='parens'>)</span>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/DataTypes/Change/Change.cs#L93" class="link">Source</a>
<a href="#Change_1_Append_0" class="selflink">#</a>
<a href="#Change_1_Combine_0" class="selflink">#</a>
<div class="constraints"></div></p>
<div class="doc"><div></div>
<div></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span></div></a></li>
<ul><li><a href="#Compositions_1_Empty_0" class="link"><div class="nowrap">Empty</div></a></li>
<li><a href="#Compositions_1_Tree_0" class="link"><div class="nowrap">Tree</div></a></li>
<li><a href="#Compositions_1_Append_0" class="link"><div class="nowrap">Append
<li><a href="#Compositions_1_Combine_0" class="link"><div class="nowrap">Combine

<span class='parens'>(</span>Compositions<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span> compy<span class='parens'>)</span></div></a></li>
<li><a href="#Compositions_1_WellFormed_1" class="link"><div class="nowrap">WellFormed
Expand Down Expand Up @@ -179,11 +179,11 @@
<div class="subs methods"><p class="caption">Methods</p>
<div class="top"><p class="src"><span class="keyword">method</span>
Compositions<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span>
<a id="Compositions_1_Append_0" class="def">Append</a>
<a id="Compositions_1_Combine_0" class="def">Combine</a>

<span class='parens'>(</span>Compositions<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span> compy<span class='parens'>)</span>
<a href="https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/DataTypes/Compositions/Compositions.cs#L41" class="link">Source</a>
<a href="#Compositions_1_Append_0" class="selflink">#</a>
<a href="#Compositions_1_Combine_0" class="selflink">#</a>
<div class="constraints"></div></p>
<div class="doc"><div></div>
<div></div>
Expand Down Expand Up @@ -549,7 +549,7 @@

</div>
<div class="top"><p class="src"><span class="keyword">method</span>
IEnumerable<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span>
EnumerableM<span class='generics'>&lt;</span>A<span class='generics'>&gt;</span>
<a id="Compositions_1_AsEnumerable_0" class="def">AsEnumerable</a>

<span class='parens'>(</span><span class='parens'>)</span>
Expand Down
Loading

0 comments on commit 3b3e790

Please sign in to comment.