Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidflanagan/jstdg7
/ types & classes
Types & classes
52 in github.com/davidflanagan/jstdg7
⨍
Functions
270
◇
Types & classes
52
Class
ch12/Range.js:6
Class
ch01/charfreq.js:12
Class
ch01/charfreq.js:29
Class
ch13/AsyncQueue.js:9
Class
ch09/range3.js:1
Class
ch09/EZArray.js:2
Class
ch09/Histogram.js:8
Class
ch09/Sets.js:4
Class
ch09/Sets.js:18
Class
ch09/Sets.js:36
Class
ch09/Sets.js:55
Class
ch09/Sets.js:83
Class
ch09/Sets.js:103
Class
ch09/Sets.js:133
Class
ch09/TypedMap.js:1
Class
ch09/Complex.js:6
Class
ch15/search-box.js:35
Class
ch15/inline-circle.js:1
Class
ch15/mandelbrot.js:5
Class
ch15/mandelbrot.js:51
Class
ch15/mandelbrot.js:126
Class
ch15/mandelbrot.js:173
Class
ch10/BitSet.js:11
Class
ch16/grep.js:3
Class
ch14/Glob.js:1
Class
ch14/classof.js:20
Class
AbstractEnumerableSet
ch09/Sets.js:55
Class
AbstractSet
* The AbstractSet class defines a single abstract method, has().
ch09/Sets.js:4
Class
AbstractWritableSet
ch09/Sets.js:103
Class
AsyncQueue
* An asynchronously iterable queue class. Add values with enqueue() * and remove them with dequeue(). dequeue() returns a Promise, which * means tha
ch13/AsyncQueue.js:9
Class
BitSet
* A BitSet is a concrete subclass of AbstractWritableSet with a * very efficient fixed-size set implementation for sets whose * elements are non-neg
ch09/Sets.js:133
Class
BitSet
ch10/BitSet.js:11
Class
Complex
* Instances of this Complex class represent complex numbers. * Recall that a complex number is the sum of a real number and an * imaginary number an
ch09/Complex.js:6
Class
DefaultMap
ch01/charfreq.js:12
Class
EZArray
ch09/EZArray.js:2
Class
Glob
ch14/Glob.js:1
Class
GrepStream
ch16/grep.js:3
Class
Histogram
ch01/charfreq.js:29
Class
Histogram
* A Set-like class that keeps track of how many times a value has * been added. Call add() and remove() like you would for a Set, and * call count()
ch09/Histogram.js:8
Class
InlineCircle
ch15/inline-circle.js:1
Class
MandelbrotCanvas
ch15/mandelbrot.js:173
Class
NotSet
* NotSet is a concrete subclass of AbstractSet. * The members of this set are all values that are not members of some * other set. Because it is def
ch09/Sets.js:18
Class
PageState
ch15/mandelbrot.js:126
Class
Range
ch12/Range.js:6
Class
Range
ch09/range3.js:1
Class
Range
ch14/classof.js:20
Class
RangeSet
* Range set is a concrete subclass of AbstractSet. Its members are * all values that are between the from and to bounds, inclusive. * Since its memb
ch09/Sets.js:36
Class
SearchBox
* This class defines a custom HTML <search-box> element that displays an * <input> text input field plus two icons or emoji. By default, it displays
ch15/search-box.js:35
Class
SingletonSet
ch09/Sets.js:83
Class
Tile
ch15/mandelbrot.js:5
Class
TypedMap
ch09/TypedMap.js:1
Class
WorkerPool
ch15/mandelbrot.js:51