blob: 9ea8886935101aa661e6dca2e671fa5043bf3378 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<HTML>
<HEAD>
</HEAD>
<BODY>
<a href="out.html">test</a> / <a href="out.html"></a><br/>
<br/>
<h1></h1>
<pre><code><span class="keyword">package</span> <span class="identifier"></span></code></pre><br/>
<br/>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="out.html">f</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">Int</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
<code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">String</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><p>Performs an action on x.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|