Global Values
Moonshine.VertexType
— Typeconst VertexType = Int32
Type of the vertices. Any genealogy
that is an instance of AbstractGenealogy
should be constructed so that graph(genealogy)
is an instance of AbstractGraphs{VertexType}
(see Graphs.AbstractGraph
.)
–Internal–
Moonshine.AI
— Typeconst AI = AbstractInterval
Abstract types for intervals from IntervalSets
.
See also IntervalSets.AbstractInterval
and Ω
.
–Internal–
Moonshine.mmn_chunksize
— ConstantMoonshine.mmn_chunktype
— Typeconst mmn_chunktype = (eval ∘ Symbol)("UInt" * string(8mmn_chunksize))
Type of a chunk of markers in next_inconsistent_idx
.
–Internal–
Moonshine.simd_vecsize
— Constantconst simd_vecsize = simdbytes()
Size (in bytes) of a SIMD registry on host machine.
–Internal–
Moonshine.simd_chunksize
— Constantconst simd_chunksize = simd_vecsize ÷ 8
Number of chunks of markers that fit in a SIMD registry.
–Internal–
Moonshine.default_colormap
— Constantdefault_colormap = :Paired_3
Color map used by UnicodePlots.jl. See ColorSchemes.jl.