-
Notifications
You must be signed in to change notification settings - Fork 2
/
**@.html
146 lines (125 loc) · 4.78 KB
/
**@.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<html lang="en">
<head>
<title>Disambiguation for ' **@'</title>
<meta charset="UTF-8" />
<style>
kbd { font-family: "Droid Sans Mono", "Luxi Mono", "Inconsolata", monospace }
samp { font-family: "Terminus", "Courier", "Lucida Console", monospace }
u { text-decoration: none }
.nested {
margin-left: 3em;
}
aside, u { opacity: 0.7 }
a[id^="fn-"]:target { background: #ff0 }
</style>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/css/app.css?v=7" media="screen" title="default" />
<noscript> <style> #search { visibility: hidden; } </style> </noscript>
</head>
<body class="pod">
<div id="___top"></div>
<div id="header" class="pretty-box green">
<a href="/"
><img
src="/images/Camelia.svg"
alt="»ö«"
id="logo"
width="62"
height="48"
/> Perl 6 Documentation</a
>
<div id="search" class="ui-widget">
<div class="green">
<input
placeholder="Loading..."
id="query"
accesskey="f"
title="Enter term to search for (hit Esc to focus)"
/>
</div>
<p id="not-found-message">
Not in Index (<a href="" id="try-web-search">try site search</a>)
</p>
</div>
<div class="menu">
<div class="menu-items dark-green"><a class='menu-item darker-green' href='https://perl6.org'><strong>Perl 6 homepage</strong></a>
<a class="menu-item "
href="/language.html">
Language
</a>
<a class="menu-item "
href="/type.html">
Types
</a>
<a class="menu-item selected darker-green"
href="/routine.html">
Routines
</a>
<a class="menu-item "
href="/programs.html">
Programs
</a>
<a class="menu-item "
href="https://webchat.freenode.net/?channels=#perl6">
Chat with us
</a>
</div><div class="menu-items darker-green"><a class="menu-item" href="/routine.html">All</a>
<a class="menu-item" href="/routine-sub.html">
Sub
</a>
<a class="menu-item" href="/routine-method.html">
Method
</a>
<a class="menu-item" href="/routine-term.html">
Term
</a>
<a class="menu-item" href="/routine-operator.html">
Operator
</a>
<a class="menu-item" href="/routine-trait.html">
Trait
</a>
<a class="menu-item" href="/routine-submethod.html">
Submethod
</a>
</div>
</div>
</div>
<div id="content" class="pretty-box yellow content_fragment">
<h1 class='title'>Disambiguation for ' **@'</h1>
<div class="pod-body no-toc">
These disambiguation URLs are DEPRECATED. Please don't link to them. They will be eventually deleted in the next release of the documentation<p><a href="/syntax/ **@">' **@' is a parameter</a> from <a href="/type/Signature">class Signature</a></p>
</div>
</div>
<footer class="pretty-box yellow">
<p>
Generated from the sources at <a href='https://github.com/perl6/doc'>perl6/doc on GitHub</a></a>.
<br/>
This is a work in progress to document Perl 6, and known to be
incomplete.
<br/>
<a href="https://github.com/perl6/doc/blob/master/CONTRIBUTING.md#reporting-bugs">Please report any issues</a>.
Your contribution is appreciated.
</p>
<p>
This documentation is provided under the terms of the
<a href="https://raw.githubusercontent.com/perl6/doc/master/LICENSE">Artistic License 2.0</a>.
The Camelia image is <a href="https://raw.githubusercontent.com/perl6/mu/master/misc/camelia.txt"
>copyright © 2009 by Larry Wall.</a>
<!-- CREDITS -->
<!--External Link Image by Zapyon, CCA-SA 4.0. Derived from Wikimedia Foundation https://commons.wikimedia.org/wiki/File:External-link-04-bold-12x12.svg -->
</p>
</footer>
<script type="text/javascript" src="/js/app.js?v=1"></script>
<script type="text/javascript" src="/js/search.js?v=3"></script>
<script type="text/javascript">
$(document).ready(function() {
if (!location.hash || location.hash === "#___top") {
$('query').focus();
}
});
</script>
</body>
</html>