11<!doctype html>
2- < html class ="no-js ">
2+ < html class ="no-js " lang =" en " >
33< head >
44 < meta name ="viewport " content ="width=device-width, initial-scale=1 " charset ="UTF-8 ">
55 < title > S</ title >
6- < link href ="../../../../images/logo-icon.svg " rel ="icon " type ="image/svg "> < script > var pathToRoot = "../../../../" ; </ script >
7- < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
6+ < link href ="../../../../images/logo-icon.svg " rel ="icon " type ="image/svg "> < script > var pathToRoot = "../../../../" ; </ script >
7+ < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
88 < script > const storage = localStorage . getItem ( "dokka-dark-mode" )
9- if ( storage == null ) {
9+ if ( storage == null ) {
1010 const osDarkSchemePreferred = window . matchMedia && window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches
1111 if ( osDarkSchemePreferred === true ) {
12- document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
12+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
1313 }
14- } else {
14+ } else {
1515 const savedDarkMode = JSON . parse ( storage )
16- if ( savedDarkMode === true ) {
17- document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
16+ if ( savedDarkMode === true ) {
17+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
1818 }
19- }
19+ }
2020 </ script >
2121< script type ="text/javascript " src ="https://unpkg.com/kotlin-playground@1/dist/playground.min.js " async > </ script >
2222< script type ="text/javascript " src ="../../../../scripts/sourceset_dependencies.js " async > </ script >
2323< link href ="../../../../styles/style.css " rel ="Stylesheet ">
2424< link href ="../../../../styles/main.css " rel ="Stylesheet ">
2525< link href ="../../../../styles/prism.css " rel ="Stylesheet ">
2626< link href ="../../../../styles/logo-styles.css " rel ="Stylesheet ">
27- < link href ="../../../../styles/font-jb-sans-auto.css " rel ="Stylesheet ">
2827< link href ="../../../../ui-kit/ui-kit.min.css " rel ="Stylesheet ">
29- < script type ="text/javascript " src ="../../../../scripts/clipboard .js " async > </ script >
28+ < script type ="text/javascript " src ="../../../../scripts/safe-local-storage_blocking .js "> </ script >
3029< script type ="text/javascript " src ="../../../../scripts/navigation-loader.js " async > </ script >
3130< script type ="text/javascript " src ="../../../../scripts/platform-content-handler.js " async > </ script >
3231< script type ="text/javascript " src ="../../../../scripts/main.js " defer > </ script >
3332< script type ="text/javascript " src ="../../../../scripts/prism.js " async > </ script >
34- < script type ="text/javascript " src ="../../../../ui-kit/ui-kit.min.js " defer > </ script >
35- < script type ="text/javascript " src ="../../../../scripts/symbol-parameters-wrapper_deferred.js " defer > </ script > </ head >
33+ < script type ="text/javascript " src ="../../../../ui-kit/ui-kit.min.js " defer > </ script > </ head >
3634< body >
37- < div class ="root ">
38- < nav class ="navigation theme-dark " id ="navigation-wrapper ">
39- < a class ="library-name--link " href ="../../../../index.html ">
35+ < div class ="root ">
36+ < header class ="navigation theme-dark " id ="navigation-wrapper " role =" banner ">
37+ < a class ="library-name--link " href ="../../../../index.html " tabindex =" 1 " >
4038 kotlin-mpp-playground
4139 </ a > < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle " type ="button "> Toggle table of contents
4240 </ button >
4341 < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
44- < div class ="library-version " id ="library-version "> 0.1.0.0+a71a705
42+ < div class ="library-version " id ="library-version "> 0.1.0.0+8778784
4543 </ div >
4644 < div class ="navigation-controls ">
47- < div class ="filter-section filter-section_loading " id ="filter-section ">
48- < button class ="platform-tag platform-selector jvm-like " data-active ="" data-filter =":backend:data/jvmMain "> jvm</ button >
45+ < ul class ="filter-section filter-section_loading " id ="filter-section " aria-label =" Target filter ">
46+ < button class ="platform-tag platform-selector jvm-like " data-active ="" aria-pressed =" true " data-filter =":backend:data/jvmMain "> jvm</ button >
4947 < div class ="dropdown filter-section--dropdown " data-role ="dropdown " id ="filter-section-dropdown ">
5048 < button class ="button button_dropdown filter-section--dropdown-toggle " role ="combobox " data-role ="dropdown-toggle " aria-controls ="platform-tags-listbox " aria-haspopup ="listbox " aria-expanded ="false " aria-label ="Toggle source sets "> </ button >
51- < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox ">
52- < div class ="dropdown--header "> < span > Platform filter</ span >
53- < button class ="button " data-role ="dropdown-toggle " aria-label ="Close platform filter ">
49+ < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox " aria-label =" Target filter " >
50+ < div class ="dropdown--header "> < span > Target filter</ span >
51+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close target filter ">
5452 < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
5553 </ button >
5654 </ div >
6462 </ ul >
6563 < div class ="dropdown--overlay "> </ div >
6664 </ div >
67- </ div >
65+ </ ul >
6866 < a class ="navigation-controls--btn navigation-controls--btn_homepage " id ="homepage-link " href ="https://github.com/sureshg/kotlin-mpp-playground "> </ a >
6967 < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button " type ="button "> Switch theme
7068 </ button >
7169 < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
7270 API
7371 </ div >
7472 </ div >
75- </ nav >
76- < div id ="container ">
77- < div class ="sidebar " id ="leftColumn ">
78- < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
79- < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list " data-role ="dropdown-listbox ">
80- < div class ="dropdown--header ">
73+ </ header >
74+ < div id ="container ">
75+ < nav id ="leftColumn " class ="sidebar " data-item-type ="SECTION " data-item-config ="{"defaultSize": 280, "minSize": 200, "maxSize": 400} ">
76+ < a class ="toc--skip-link " href ="#main "> Skip to content</ a >
77+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
78+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list " data-role ="dropdown-listbox " aria-label ="Table of contents ">
79+ < div class ="dropdown--header ">
8180 < span >
8281 kotlin-mpp-playground
8382 </ span >
84- < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
85- < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
86- </ button >
87- </ div >
88- < div class ="sidebar--inner " id ="sideMenu "> </ div >
89- </ ul >
90- < div class ="dropdown--overlay "> </ div >
91- </ div >
83+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
84+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
85+ </ button >
86+ </ div >
87+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
88+ </ ul >
89+ < div class ="dropdown--overlay "> </ div >
9290 </ div >
93- < div id ="main ">
91+ </ nav >
92+ < div id ="resizer " class ="resizer " data-item-type ="BAR "> </ div >
93+ < div id ="main " data-item-type ="SECTION " role ="main ">
9494< div class ="main-content " data-page-type ="member " id ="content " pageids ="data::dev.suresh.gen/GenArt/S/#/PointingToDeclaration//617999355 ">
9595 < div class ="breadcrumbs "> < a href ="../../index.html "> data</ a > < span class ="delimiter "> /</ span > < a href ="../index.html "> dev.suresh.gen</ a > < span class ="delimiter "> /</ span > < a href ="index.html "> GenArt</ a > < span class ="delimiter "> /</ span > < span class ="current "> S</ span > </ div >
9696 < div class ="cover ">
9797 < h1 class ="cover "> < span > < span > S</ span > </ span > </ h1 >
9898 </ div >
99- < div class ="platform-hinted " data-platform-hinted ="data-platform-hinted "> < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":backend:data/jvmMain "> < div class ="symbol monospace "> < span class ="token keyword "> const </ span > < span class ="token keyword "> val </ span > < a href ="-s.html "> S</ a > < span class ="token operator "> : </ span > < a href ="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html "> Int</ a > < span class ="token operator "> = </ span > < span class ="token constant "> 1024</ span > < span class ="clearfix "> < span class ="floating-right "> (< a href ="https://github.com/sureshg/kotlin-mpp-playground/tree/main/backend/data/src/main/kotlin/dev/suresh/gen/GenArt.kt#L12 "> source</ a > )</ span > </ span > </ div > </ div > </ div >
99+ < div class ="platform-hinted " data-platform-hinted ="data-platform-hinted "> < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":backend:data/jvmMain "> < div class ="symbol monospace "> < span class ="token keyword "> const </ span > < span class ="token keyword "> val </ span > < a href ="-s.html "> S</ a > < span class ="token operator "> : </ span > < a href ="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html "> Int</ a > < span class ="token operator "> = </ span > < span class ="token constant "> 1024</ span > < span class ="source-link-wrapper "> < span class ="source-link " data-element-type =" source-link "> (< a href ="https://github.com/sureshg/kotlin-mpp-playground/tree/main/backend/data/src/main/kotlin/dev/suresh/gen/GenArt.kt#L12 "> source</ a > )</ span > </ span > </ div > </ div > </ div >
100100</ div >
101101 < div class ="footer ">
102- < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
103- < span > Copyright © 2025 suresh.dev</ span >
104- < span class ="pull-right ">
105- < span > Generated by </ span >
106- < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
107- < span > dokka</ span >
108- </ a >
109- </ span >
110- </ div >
102+ < div class ="footer--container ">
103+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
104+ < div class ="footer--content ">
105+ < div >
106+ < span > Generated by </ span >
107+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
108+ Dokka
109+ </ a >
110+ < div > Copyright © 2025 suresh.dev</ div >
111+ </ div >
111112 </ div >
112113 </ div >
113114 </ div >
115+ </ div >
116+ </ div >
117+ </ div >
114118</ body >
115- </ html >
119+ </ html >
0 commit comments