Module aermicioi.util.traits.partial

Templates

NameDescription
applyArgsInstantiate a template with Args, and apply them to pred.
chainChain a set of templates, and apply Args as input.
eqInstantiate a template that will check equality of first with second
gtInstantiate a template that will check if first is greater than second
gteInstantiate a template that will check if first is greater or equal than second
if_Execute trueBranch or falseBranch depending on pred!Args bool result.
ltInstantiate a template that will check if first is less than second
lteInstantiate a template that will check if first is less or equal than second
partialApply to Preds a set of Args.
reverseReverse the order of arguments.

Aliases

NameTypeDescription
failableif_!(partialPrefixed!(compiles,pred),pred,response)Execute pred, if it does not have any compiler errors.