BasicSector.make

Constructs a new BasicSector

struct BasicSector(T)
static
make
(
T[] data
)

Parameters

data T[]

the data the sector should reference

Return Value

Type: BasicSector!(T)

a new BasicSector

Meta