Skip to content

Commit

Permalink
GitHub Pages. DocC. 0c9bcde.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Dec 6, 2023
1 parent 115493a commit 962d8ee
Show file tree
Hide file tree
Showing 84 changed files with 12,302 additions and 74 deletions.
67 changes: 66 additions & 1 deletion docs/data/documentation/numberick.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@
}
]
},
{
"content" : [
{
"inlineContent" : [
{
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/NBKPrimeSieve",
"isActive" : true,
"type" : "reference"
}
],
"type" : "paragraph"
}
]
},
{
"content" : [
{
Expand Down Expand Up @@ -682,7 +696,8 @@
"identifiers" : [
"doc:\/\/Numberick\/documentation\/Numberick\/NBKChunkedInt",
"doc:\/\/Numberick\/documentation\/Numberick\/NBKDoubleWidth",
"doc:\/\/Numberick\/documentation\/Numberick\/NBKEndianness"
"doc:\/\/Numberick\/documentation\/Numberick\/NBKEndianness",
"doc:\/\/Numberick\/documentation\/Numberick\/NBKPrimeSieve"
],
"title" : "Models"
},
Expand Down Expand Up @@ -1341,6 +1356,56 @@
"type" : "topic",
"url" : "\/documentation\/numberick\/nbkfixedwidthinteger"
},
"doc://Numberick/documentation/Numberick/NBKPrimeSieve": {
"abstract" : [
{
"text" : "A generator of all prime ",
"type" : "text"
},
{
"code" : "elements",
"type" : "codeVoice"
},
{
"text" : " through some ",
"type" : "text"
},
{
"code" : "limit",
"type" : "codeVoice"
},
{
"text" : ".",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "class"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "NBKPrimeSieve"
}
],
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/NBKPrimeSieve",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "NBKPrimeSieve"
}
],
"role" : "symbol",
"title" : "NBKPrimeSieve",
"type" : "topic",
"url" : "\/documentation\/numberick\/nbkprimesieve"
},
"doc://Numberick/documentation/Numberick/NBKSignedInteger": {
"abstract" : [
{
Expand Down
35 changes: 35 additions & 0 deletions docs/data/documentation/numberick/nbk.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"topicSections" : [
{
"identifiers" : [
"doc:\/\/Numberick\/documentation\/Numberick\/NBK\/CyclicIterator",
"doc:\/\/Numberick\/documentation\/Numberick\/NBK\/MaybeTwosComplement",
"doc:\/\/Numberick\/documentation\/Numberick\/NBK\/SuccinctInt",
"doc:\/\/Numberick\/documentation\/Numberick\/NBK\/TwinHeaded"
Expand Down Expand Up @@ -323,6 +324,40 @@
"type" : "topic",
"url" : "\/documentation\/numberick\/nbk"
},
"doc://Numberick/documentation/Numberick/NBK/CyclicIterator": {
"abstract" : [
{
"text" : "A cyclic iterator of some collection.",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "struct"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "CyclicIterator"
}
],
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/NBK\/CyclicIterator",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "CyclicIterator"
}
],
"role" : "symbol",
"title" : "NBK.CyclicIterator",
"type" : "topic",
"url" : "\/documentation\/numberick\/nbk\/cycliciterator"
},
"doc://Numberick/documentation/Numberick/NBK/ISM": {
"abstract" : [
{
Expand Down
Loading

0 comments on commit 962d8ee

Please sign in to comment.