onsdata

Undocumented in source.

Modules

cell
module onsdata.cell
Undocumented in source.
row
module onsdata.row
Undocumented in source.
rows
module onsdata.rows
Undocumented in source.
table
module onsdata.table
Undocumented in source.

Public Imports

std.traits
public import std.traits;
Undocumented in source.
onsdata.cell
public import onsdata.cell;
Undocumented in source.
onsdata.row
public import onsdata.row;
Undocumented in source.
onsdata.rows
public import onsdata.rows;
Undocumented in source.
onsdata.table
public import onsdata.table;
Undocumented in source.

Members

Aliases

BASE
alias BASE = double
Undocumented in source.
NORM
alias NORM = int
Undocumented in source.

Enums

Ops
enum Ops
Undocumented in source.

Functions

indexing
size_t[T] indexing(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
inside
bool inside(size_t col, T[] row)
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(T value, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T[] row, size_t col, S value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T[][] rows, size_t index, size_t col, S value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T[][G] rows, G group, size_t col, S value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T[][G][C] rows, C category, G group, size_t col, S value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta