Skip to content

Commit

Permalink
Deploying to gh-pages from @ 26e5348 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Aug 8, 2024
1 parent 023c598 commit ececdf6
Show file tree
Hide file tree
Showing 6 changed files with 910 additions and 0 deletions.
150 changes: 150 additions & 0 deletions data/documentation/nimble.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,8 @@
"doc:\/\/Nimble\/documentation\/Nimble\/matchError(_:)-4geex",
"doc:\/\/Nimble\/documentation\/Nimble\/matchError(_:)-6jywp",
"doc:\/\/Nimble\/documentation\/Nimble\/matchError(_:)-8o974",
"doc:\/\/Nimble\/documentation\/Nimble\/not(_:)-373ex",
"doc:\/\/Nimble\/documentation\/Nimble\/not(_:)-76gnj",
"doc:\/\/Nimble\/documentation\/Nimble\/pollUnwrap(file:line:_:)-16s5w",
"doc:\/\/Nimble\/documentation\/Nimble\/pollUnwrap(file:line:_:)-3fmx1",
"doc:\/\/Nimble\/documentation\/Nimble\/pollUnwrap(file:line:_:)-3yd3y",
Expand Down Expand Up @@ -24022,6 +24024,154 @@
"type" : "topic",
"url" : "\/documentation\/nimble\/matcherror(_:)-8o974"
},
"doc://Nimble/documentation/Nimble/not(_:)-373ex": {
"abstract" : [
{
"text" : "A matcher that negates the passed in matcher",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "func"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "not"
},
{
"kind" : "text",
"text" : "<"
},
{
"kind" : "genericParameter",
"text" : "T"
},
{
"kind" : "text",
"text" : ">("
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:6Nimble12AsyncMatcherV",
"text" : "AsyncMatcher"
},
{
"kind" : "text",
"text" : "<"
},
{
"kind" : "typeIdentifier",
"text" : "T"
},
{
"kind" : "text",
"text" : ">) -> "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:6Nimble12AsyncMatcherV",
"text" : "AsyncMatcher"
},
{
"kind" : "text",
"text" : "<"
},
{
"kind" : "typeIdentifier",
"text" : "T"
},
{
"kind" : "text",
"text" : ">"
}
],
"identifier" : "doc:\/\/Nimble\/documentation\/Nimble\/not(_:)-373ex",
"kind" : "symbol",
"role" : "symbol",
"title" : "not(_:)",
"type" : "topic",
"url" : "\/documentation\/nimble\/not(_:)-373ex"
},
"doc://Nimble/documentation/Nimble/not(_:)-76gnj": {
"abstract" : [
{
"text" : "A matcher that negates the passed in matcher",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "func"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "not"
},
{
"kind" : "text",
"text" : "<"
},
{
"kind" : "genericParameter",
"text" : "T"
},
{
"kind" : "text",
"text" : ">("
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:6Nimble7MatcherV",
"text" : "Matcher"
},
{
"kind" : "text",
"text" : "<"
},
{
"kind" : "typeIdentifier",
"text" : "T"
},
{
"kind" : "text",
"text" : ">) -> "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:6Nimble7MatcherV",
"text" : "Matcher"
},
{
"kind" : "text",
"text" : "<"
},
{
"kind" : "typeIdentifier",
"text" : "T"
},
{
"kind" : "text",
"text" : ">"
}
],
"identifier" : "doc:\/\/Nimble\/documentation\/Nimble\/not(_:)-76gnj",
"kind" : "symbol",
"role" : "symbol",
"title" : "not(_:)",
"type" : "topic",
"url" : "\/documentation\/nimble\/not(_:)-76gnj"
},
"doc://Nimble/documentation/Nimble/pollUnwrap(file:line:_:)-16s5w": {
"abstract" : [
{
Expand Down
Loading

0 comments on commit ececdf6

Please sign in to comment.