18 lines
336 B
Markdown
18 lines
336 B
Markdown
|
|
# Module refLinks
|
||
|
|
|
||
|
|
## Kotlin Standard Library
|
||
|
|
|
||
|
|
The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections,
|
||
|
|
text and files.
|
||
|
|
See [ref]
|
||
|
|
Also, [example][ref]
|
||
|
|
|
||
|
|
# Package kotlin
|
||
|
|
|
||
|
|
Core functions and types
|
||
|
|
See [ref]
|
||
|
|
Also, [example][ref]
|
||
|
|
|
||
|
|
<!-- Refs -->
|
||
|
|
[ref]: http://example.com
|