Documentation

TO_UPPER

TO_UPPER Description Converts a character to uppercase.

Read More

TRICK_PARENS

TRICK_PARENS Description Part of the parenthesis trick to delay text generation

Read More

ValidateBitVec

ValidateBitVec Description Validate whether a given BitVec object is valid. Not foolproof but will work most of the time. Aborts if provided BitVec is not valid.

Read More

ValidateIter

ValidateIter Description Validate whether a given Iter object is valid. Not foolproof but will work most of the time. Aborts if provided Iter is not valid.

Read More

ValidateStr

ValidateStr Description Validate whether a given Str object is valid. Not foolproof but will work most of the time. Aborts if provided Str is not valid.

Read More

ValidateStrIter

ValidateStrIter Description Validate whether a given StrIter object is valid. Not foolproof but will work most of the time. Aborts if provided StrIter is not valid.

Read More

ValidateStrIters

ValidateStrIters Description Validate whether a given StrIters object is valid. Not foolproof but will work most of the time. Aborts if provided StrIters is not valid.

Read More

ValidateStrs

ValidateStrs Description Validate whether a given Strs object is valid. Not foolproof but will work most of the time. Aborts if provided Strs is not valid.

Read More

ValidateVec

ValidateVec Description Validate whether a given Vec object is valid. Not foolproof but will work most of the time. Aborts if provided Vec is not valid.

Read More

Vec

Vec Description Typesafe vector definition. This is much like C++ template std::vector

Read More