Jump to content

Category talk:Wren-queue: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Removed type aliases which are no longer needed.)
m (→‎Source code: Fixed syntax highlighting.)
Line 18:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "queue.wren" */
 
/* Queue represents a FIFO list of values. */
Line 254:
// Returns the string representation of the priority queue's underlying list.
toString { _pqueue.toString }
}</langsyntaxhighlight>
9,483

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.