blob: 0767d6423394f63c447d680812ac4dae2abf17a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<HTML>
<HEAD>
<title>test / x</title>
</HEAD>
<BODY>
<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">x</a><br/>
<br/>
<h1>x</h1>
<pre><code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">> </span><span class="identifier">x</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">T?</span></code></pre><p>Special characters: < is "less than", > is "greater than", & is "ampersand"</p>
<br/>
<br/>
</BODY>
</HTML>
|