Skip to content

Instantly share code, notes, and snippets.

View deryilz's full-sized avatar

Derin Eryilmaz deryilz

View GitHub Profile
SIQuantity :: struct($DataType: Type,
$LengthNum: int, $LengthDenom: int, $LengthExp: int,
$MassNum: int, $MassDenom: int, $MassExp: int,
$TimeNum: int, $TimeDenom: int, $TimeExp: int)
{
amount : DataType;
}
Meters :: #bake_arguments SIQuantity(
LengthNum=1, LengthDenom=1, LengthExp=1,