8
8
< script src ="../js/jquery.min.js " defer > </ script >
9
9
< script src ="../js/jazzy.js " defer > </ script >
10
10
11
+ < script src ="../js/lunr.min.js " defer > </ script >
12
+ < script src ="../js/typeahead.jquery.js " defer > </ script >
13
+ < script src ="../js/jazzy.search.js " defer > </ script >
11
14
</ head >
12
15
< body >
13
16
< a name ="//apple_ref/swift/Class/Queue " class ="dashAnchor "> </ a >
14
17
< a title ="Queue Class Reference "> </ a >
15
18
< header >
16
19
< div class ="content-wrapper ">
17
- < p > < a href ="../index.html "> SwiftGraph Docs</ a > (72 % documented)</ p >
20
+ < p > < a href ="../index.html "> SwiftGraph 3.1 Docs</ a > (73 % documented)</ p >
18
21
< p class ="header-right "> < a href ="https://github.com/davecom/SwiftGraph "> < img src ="../img/gh.png "/> View on GitHub</ a > </ p >
22
+ < p class ="header-right ">
23
+ < form role ="search " action ="../search.json ">
24
+ < input type ="text " placeholder ="Search documentation " data-typeahead >
25
+ </ form >
26
+ </ p >
19
27
</ div >
20
28
</ header >
21
29
< div class ="content-wrapper ">
126
134
< h1 > Queue</ h1 >
127
135
< div class ="declaration ">
128
136
< div class ="language ">
129
- < pre class ="highlight swift "> < code > < span class ="kd "> public</ span > < span class ="kd "> class</ span > < span class ="kt "> Queue</ span > < span class ="o "> <</ span > < span class ="kt "> T</ span > < span class ="o "> ></ span > < span class ="k "> where</ span > < span class ="kt "> T</ span > < span class ="p "> :</ span > < span class ="kt "> Equatable</ span > </ code > </ pre >
137
+
138
+ < pre class ="highlight swift "> < code > < span class ="kd "> public</ span > < span class ="kd "> class</ span > < span class ="kt "> Queue</ span > < span class ="o "> <</ span > < span class ="kt "> T</ span > < span class ="o "> ></ span > </ code > </ pre >
130
139
131
140
</ div >
132
141
</ div >
133
142
< p > Implements a queue - helper class that uses an array internally.</ p >
134
143
144
+ < div class ="slightly-smaller ">
145
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1/Sources/SwiftGraph/Queue.swift#L20-L55 "> Show on GitHub</ a >
146
+ </ div >
135
147
</ section >
136
148
< section class ="section task-group-section ">
137
149
< div class ="task-group ">
@@ -161,7 +173,7 @@ <h4>Declaration</h4>
161
173
</ div >
162
174
</ div >
163
175
< div class ="slightly-smaller ">
164
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L "> Show on GitHub</ a >
176
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L "> Show on GitHub</ a >
165
177
</ div >
166
178
</ section >
167
179
</ div >
@@ -191,7 +203,7 @@ <h4>Declaration</h4>
191
203
</ div >
192
204
</ div >
193
205
< div class ="slightly-smaller ">
194
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L26-L28 "> Show on GitHub</ a >
206
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L26-L28 "> Show on GitHub</ a >
195
207
</ div >
196
208
</ section >
197
209
</ div >
@@ -201,7 +213,7 @@ <h4>Declaration</h4>
201
213
< code >
202
214
< a name ="/s:10SwiftGraph5QueueC4pushyyxF "> </ a >
203
215
< a name ="//apple_ref/swift/Method/push(_:) " class ="dashAnchor "> </ a >
204
- < a class ="token " href ="#/s:10SwiftGraph5QueueC4pushyyxF "> push(_:)</ a >
216
+ < a class ="token " href ="#/s:10SwiftGraph5QueueC4pushyyxF "> push(_:< wbr > )</ a >
205
217
</ code >
206
218
</ div >
207
219
< div class ="height-container ">
@@ -221,7 +233,7 @@ <h4>Declaration</h4>
221
233
</ div >
222
234
</ div >
223
235
< div class ="slightly-smaller ">
224
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L30-L32 "> Show on GitHub</ a >
236
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L30-L32 "> Show on GitHub</ a >
225
237
</ div >
226
238
</ section >
227
239
</ div >
@@ -251,7 +263,7 @@ <h4>Declaration</h4>
251
263
</ div >
252
264
</ div >
253
265
< div class ="slightly-smaller ">
254
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L34-L46 "> Show on GitHub</ a >
266
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L34-L46 "> Show on GitHub</ a >
255
267
</ div >
256
268
</ section >
257
269
</ div >
@@ -281,7 +293,7 @@ <h4>Declaration</h4>
281
293
</ div >
282
294
</ div >
283
295
< div class ="slightly-smaller ">
284
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L48-L50 "> Show on GitHub</ a >
296
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L48-L50 "> Show on GitHub</ a >
285
297
</ div >
286
298
</ section >
287
299
</ div >
@@ -311,17 +323,30 @@ <h4>Declaration</h4>
311
323
</ div >
312
324
</ div >
313
325
< div class ="slightly-smaller ">
314
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L52-L54 "> Show on GitHub</ a >
326
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L52-L54 "> Show on GitHub</ a >
315
327
</ div >
316
328
</ section >
317
329
</ div >
318
330
</ li >
331
+ </ ul >
332
+ </ div >
333
+ < div class ="task-group ">
334
+ < div class ="task-name-container ">
335
+ < a name ="/Available%20where%20%60T%60%3A%20%60Equatable%60 "> </ a >
336
+ < a name ="//apple_ref/swift/Section/Available where `T`: `Equatable` " class ="dashAnchor "> </ a >
337
+ < div class ="section-name-container ">
338
+ < a class ="section-name-link " href ="#/Available%20where%20%60T%60%3A%20%60Equatable%60 "> </ a >
339
+ < h3 class ="section-name "> < p > Available where < code > T</ code > : < code > Equatable</ code > </ p >
340
+ </ h3 >
341
+ </ div >
342
+ </ div >
343
+ < ul >
319
344
< li class ="item ">
320
345
< div >
321
346
< code >
322
- < a name ="/s:10SwiftGraph5QueueC8containsySbxF "> </ a >
347
+ < a name ="/s:10SwiftGraph5QueueCAASQRzlE8containsySbxF "> </ a >
323
348
< a name ="//apple_ref/swift/Method/contains(_:) " class ="dashAnchor "> </ a >
324
- < a class ="token " href ="#/s:10SwiftGraph5QueueC8containsySbxF "> contains(_:)</ a >
349
+ < a class ="token " href ="#/s:10SwiftGraph5QueueCAASQRzlE8containsySbxF "> contains(_:< wbr > )</ a >
325
350
</ code >
326
351
</ div >
327
352
< div class ="height-container ">
@@ -341,7 +366,7 @@ <h4>Declaration</h4>
341
366
</ div >
342
367
</ div >
343
368
< div class ="slightly-smaller ">
344
- < a href ="https://github.com/davecom/SwiftGraph/tree/3.0.0 /Sources/SwiftGraph/Queue.swift#L56-L62 "> Show on GitHub</ a >
369
+ < a href ="https://github.com/davecom/SwiftGraph/tree/3.1 /Sources/SwiftGraph/Queue.swift#L58-L64 "> Show on GitHub</ a >
345
370
</ div >
346
371
</ section >
347
372
</ div >
@@ -351,8 +376,8 @@ <h4>Declaration</h4>
351
376
</ section >
352
377
</ section >
353
378
< section id ="footer ">
354
- < p > © 2019 < a class ="link " href ="https://twitter.com/davekopec " target ="_blank " rel ="external "> David</ a > . All rights reserved. (Last updated: 2019-04-12 )</ p >
355
- < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.9 .6</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
379
+ < p > © 2021 < a class ="link " href ="https://twitter.com/davekopec " target ="_blank " rel ="external "> David</ a > . All rights reserved. (Last updated: 2021-02-19 )</ p >
380
+ < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.13 .6</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
356
381
</ section >
357
382
</ article >
358
383
</ div >
0 commit comments