2021-03-12 21:24:01 +03:00
< html >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" charset = "UTF-8" >
< title > MCScope< / title >
2022-04-12 11:30:54 +03:00
< / head > < body > < link href = "../../../images/logo-icon.svg" rel = "icon" type = "image/svg" > < script > var pathToRoot = "../../../" ; < / script >
< script type = "text/javascript" src = "../../../scripts/sourceset_dependencies.js" async > < / script > < link href = "../../../styles/style.css" rel = "Stylesheet" > < link href = "../../../styles/jetbrains-mono.css" rel = "Stylesheet" > < link href = "../../../styles/main.css" rel = "Stylesheet" > < link href = "../../../styles/prism.css" rel = "Stylesheet" > < link href = "../../../styles/logo-styles.css" rel = "Stylesheet" > < script type = "text/javascript" src = "../../../scripts/clipboard.js" async > < / script > < script type = "text/javascript" src = "../../../scripts/navigation-loader.js" async > < / script > < script type = "text/javascript" src = "../../../scripts/platform-content-handler.js" async > < / script > < script type = "text/javascript" src = "../../../scripts/main.js" defer > < / script > < script type = "text/javascript" src = "../../../scripts/prism.js" async > < / script > < script > c o n s t s t o r a g e = l o c a l S t o r a g e . g e t I t e m ( " d o k k a - d a r k - m o d e " )
const savedDarkMode = storage ? JSON.parse(storage) : false
if(savedDarkMode === true){
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}< / script >
2021-05-08 18:18:11 +03:00
2022-04-12 11:30:54 +03:00
< div class = "navigation-wrapper" id = "navigation-wrapper" >
< div id = "leftToggler" > < span class = "icon-toggler" > < / span > < / div >
< div class = "library-name" > < a href = "../../../index.html" > < span > kmath< / span > < / a > < / div >
< div > < / div >
< div class = "pull-right d-flex" >
< div class = "filter-section" id = "filter-section" > < button class = "platform-tag platform-selector common-like" data-active = "" data-filter = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< button id = "theme-toggle-button" > < span id = "theme-toggle" > < / span > < / button >
< div id = "searchBar" > < / div >
< / div >
< / div >
2021-03-12 21:24:01 +03:00
< div id = "container" >
2022-04-12 11:30:54 +03:00
< div id = "leftColumn" >
2021-03-12 21:24:01 +03:00
< div id = "sideMenu" > < / div >
< / div >
< div id = "main" >
2021-05-08 18:18:11 +03:00
< div class = "main-content" id = "content" pageids = "kmath-stat::space.kscience.kmath.stat/MCScope///PointingToDeclaration//-443365019" >
2022-04-12 11:30:54 +03:00
< div class = "breadcrumbs" > < a href = "../../index.html" > kmath-stat< / a > /< a href = "../index.html" > space.kscience.kmath.stat< / a > /< a href = "index.html" > MCScope< / a > < / div >
2021-03-12 21:24:01 +03:00
< div class = "cover " >
2022-04-12 11:30:54 +03:00
< h1 class = "cover" > < span > < span > MCScope< / span > < / span > < / h1 >
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-stat:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > class < / span > < a href = "index.html" > MCScope< / a > < span class = "token punctuation" > (< / span > coroutineContext< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html" > CoroutineContext< / a > < span class = "token punctuation" > , < / span > random< span class = "token operator" > : < / span > < a href = "../-random-generator/index.html" > RandomGenerator< / a > < span class = "token punctuation" > )< / span > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < p class = "paragraph" > A scope for a Monte-Carlo computations or multi-coroutine random number generation. The scope preserves the order of random generator calls as long as all concurrency calls is done via < a href = "../launch.html" > launch< / a > and < a href = "../async.html" > async< / a > functions.< / p > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< div class = "tabbedcontent" >
2021-10-13 15:08:46 +03:00
< div class = "tabs-section" tabs-section = "tabs-section" > < button class = "section-tab" data-active = "" data-togglable = "Constructors" > Constructors< / button > < button class = "section-tab" data-togglable = "Properties" > Properties< / button > < button class = "section-tab" data-togglable = "Extensions" > Extensions< / button > < button class = "section-tab" data-togglable = "Sources" > Sources< / button > < / div >
2021-03-12 21:24:01 +03:00
< div class = "tabs-section-body" >
< h2 class = "tabbedcontent" > Constructors< / h2 >
2021-05-08 18:18:11 +03:00
< div class = "table" data-togglable = "Constructors" > < a data-name = "-938107957%2FConstructors%2F-443365019" anchor-label = "MCScope" id = "-938107957%2FConstructors%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue TabbedContent" >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "-m-c-scope.html" > < span > < span > MCScope< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-938107957%2FConstructors%2F-443365019" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2022-04-12 11:30:54 +03:00
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-stat:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > < / span > < span class = "token keyword" > fun < / span > < a href = "-m-c-scope.html" > < span class = "token function" > MCScope< / span > < / a > < span class = "token punctuation" > (< / span > coroutineContext< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html" > CoroutineContext< / a > < span class = "token punctuation" > , < / span > random< span class = "token operator" > : < / span > < a href = "../-random-generator/index.html" > RandomGenerator< / a > < span class = "token punctuation" > )< / span > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< h2 class = "" > Properties< / h2 >
2021-05-08 18:18:11 +03:00
< div class = "table" data-togglable = "Properties" > < a data-name = "-1426349022%2FProperties%2F-443365019" anchor-label = "coroutineContext" id = "-1426349022%2FProperties%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "coroutine-context.html" > coroutineContext< / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1426349022%2FProperties%2F-443365019" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2022-04-12 11:30:54 +03:00
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" data-togglable = "Properties" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-stat:dokkaHtmlPartial/commonMain" > < a data-name = "-1426349022%2FProperties%2F-443365019" anchor-label = "coroutineContext" id = "-1426349022%2FProperties%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a > < div class = "symbol monospace" > < span class = "token keyword" > < / span > < span class = "token keyword" > val < / span > < a href = "coroutine-context.html" > coroutineContext< / a > < span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html" > CoroutineContext< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-656095338%2FProperties%2F-443365019" anchor-label = "random" id = "-656095338%2FProperties%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "random.html" > random< / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-656095338%2FProperties%2F-443365019" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2022-04-12 11:30:54 +03:00
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" data-togglable = "Properties" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-stat:dokkaHtmlPartial/commonMain" > < a data-name = "-656095338%2FProperties%2F-443365019" anchor-label = "random" id = "-656095338%2FProperties%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a > < div class = "symbol monospace" > < span class = "token keyword" > < / span > < span class = "token keyword" > val < / span > < a href = "random.html" > random< / a > < span class = "token operator" > : < / span > < a href = "../-random-generator/index.html" > RandomGenerator< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< h2 class = "tabbedcontent" > Extensions< / h2 >
2021-05-08 18:18:11 +03:00
< div class = "table" data-togglable = "Extensions" > < a data-name = "-1871419683%2FExtensions%2F-443365019" anchor-label = "async" id = "-1871419683%2FExtensions%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "../async.html" > < span > < span > async< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1871419683%2FExtensions%2F-443365019" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2022-04-12 11:30:54 +03:00
< div class = "title" >
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-stat:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > inline < / span > < span class = "token keyword" > fun < / span > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "../async.html" > T< / a > < span class = "token operator" > > < / span > < a href = "index.html" > MCScope< / a > < span class = "token punctuation" > .< / span > < a href = "../async.html" > < span class = "token function" > async< / span > < / a > < span class = "token punctuation" > (< / span > context< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html" > CoroutineContext< / a > < span class = "token operator" > = < / span > EmptyCoroutineContext< span class = "token punctuation" > , < / span > start< span class = "token operator" > : < / span > < a href = "https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-start/index.html" > CoroutineStart< / a > < span class = "token operator" > = < / span > CoroutineStart.DEFAULT< span class = "token punctuation" > , < / span > < span class = "token keyword" > crossinline < / span > block< span class = "token operator" > : < / span > < span class = "token keyword" > suspend < / span > < span class = "token keyword" > < / span > < a href = "index.html" > MCScope< / a > < span class = "token punctuation" > .< / span > < span class = "token punctuation" > (< / span > < span class = "token punctuation" > )< / span > < span class = "token operator" > -> < / span > < span class = "token keyword" > < / span > < a href = "../async.html" > T< / a > < span class = "token punctuation" > )< / span > < span class = "token operator" > : < / span > < a href = "https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx-coroutines-core/kotlinx.coroutines/-deferred/index.html" > Deferred< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "../async.html" > T< / a > < span class = "token operator" > > < / span > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "brief " > < p class = "paragraph" > Specialized async for < a href = "index.html" > MCScope< / a > . Behaves the same way as regular < a href = "https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx-coroutines-core/kotlinx.coroutines/index.html" > CoroutineScope.async< / a > , but also stores the generator fork. The method itself is not thread safe.< / p > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1966765703%2FExtensions%2F-443365019" anchor-label = "launch" id = "-1966765703%2FExtensions%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "../launch.html" > < span > < span > launch< / span > < / span > < / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1966765703%2FExtensions%2F-443365019" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2022-04-12 11:30:54 +03:00
< div class = "title" >
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-stat:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-stat:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > inline < / span > < span class = "token keyword" > fun < / span > < a href = "index.html" > MCScope< / a > < span class = "token punctuation" > .< / span > < a href = "../launch.html" > < span class = "token function" > launch< / span > < / a > < span class = "token punctuation" > (< / span > context< span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html" > CoroutineContext< / a > < span class = "token operator" > = < / span > EmptyCoroutineContext< span class = "token punctuation" > , < / span > start< span class = "token operator" > : < / span > < a href = "https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-start/index.html" > CoroutineStart< / a > < span class = "token operator" > = < / span > CoroutineStart.DEFAULT< span class = "token punctuation" > , < / span > < span class = "token keyword" > crossinline < / span > block< span class = "token operator" > : < / span > < span class = "token keyword" > suspend < / span > < span class = "token keyword" > < / span > < a href = "index.html" > MCScope< / a > < span class = "token punctuation" > .< / span > < span class = "token punctuation" > (< / span > < span class = "token punctuation" > )< / span > < span class = "token operator" > -> < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html" > Unit< / a > < span class = "token punctuation" > )< / span > < span class = "token operator" > : < / span > < a href = "https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx-coroutines-core/kotlinx.coroutines/-job/index.html" > Job< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "brief " > < p class = "paragraph" > Specialized launch for < a href = "index.html" > MCScope< / a > . Behaves the same way as regular < a href = "https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx-coroutines-core/kotlinx.coroutines/index.html" > CoroutineScope.launch< / a > , but also stores the generator fork. The method itself is not thread safe.< / p > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
2021-10-13 15:08:46 +03:00
< h2 class = "" > Sources< / h2 >
< div class = "table" data-togglable = "Sources" > < a data-name = "-575903930%2FSource%2F-443365019" anchor-label = "https://github.com/mipt-npm/kmath/tree/master/kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/MCScope.kt#L15" id = "-575903930%2FSource%2F-443365019" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-stat:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-stat:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "https://github.com/mipt-npm/kmath/tree/master/kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/MCScope.kt#L15" > common source< / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-575903930%2FSource%2F-443365019" > < / span >
2021-10-13 15:08:46 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div > < / div >
< / div >
< / div >
< / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
2022-04-12 11:30:54 +03:00
< div class = "footer" > < span class = "go-to-top-icon" > < a href = "#content" id = "go-to-top-link" > < / a > < / span > < span > © 2022 Copyright< / span > < span class = "pull-right" > < span > Generated by < / span > < a href = "https://github.com/Kotlin/dokka" > < span > dokka< / span > < span class = "padded-icon" > < / span > < / a > < / span > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< / body > < / html >
2021-03-12 21:24:01 +03:00