Types

Usage

use Utilities.Types;

or

import Utilities.Types;
type stdRange = range(idxType = int, bounds = boundKind.both, strides = strideKind.one)
type f32 = real(32)
type f64 = real(64)