plot2kill.util

Undocumented in source.

Public Imports

std.conv
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.math
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.array
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.range
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.algorithm
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.exception
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.traits
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.stdio
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.string
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
core.memory
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.path
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.typecons
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.functional
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;
std.system
public import std.conv, std.math, std.array, std.range, std.algorithm, std.exception, std.traits, std.stdio, std.string, core.memory, std.path, std.typecons, std.functional, std.system;

Members

Functions

addNewLines
string addNewLines(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
doublesToStrings
string[] doublesToStrings(double[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
enforceSane
void enforceSane(PlotRect r)
Undocumented in source. Be warned that the author may not have intended to support it.
extensionNoDot
inout(char)[] extensionNoDot(inout(char)[] filename)
Undocumented in source. Be warned that the author may not have intended to support it.
nullOrInit
bool nullOrInit(T arg)
Undocumented in source. Be warned that the author may not have intended to support it.
splitEscape
string[] splitEscape(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
toDoubleArray
double[] toDoubleArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
toSigFigs
double toSigFigs(double num, int nSigFigs)
Undocumented in source.
writeBitmap
void writeBitmap(Pixel[] pix, File handle, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

drawErrorMixin
enum drawErrorMixin;
Undocumented in source.
toPixels
enum toPixels;
Undocumented in source.

Structs

Gzip
struct Gzip
Undocumented in source.
PlotPoint
struct PlotPoint
Undocumented in source.
PlotRect
struct PlotRect
Undocumented in source.
PlotSize
struct PlotSize
Undocumented in source.

Variables

defaultFont
string defaultFont;
Undocumented in source.
defaultFont
string defaultFont;
Undocumented in source.

Meta