StrMustPushFrontArrFastL
Description
Aborting variant of StrPushFrontArrFastL.
Success
Returns to the caller.
Failure
Does not return; LOG_FATAL aborts the process.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:824:
/// TAGS: Str, PushFront, Range, Fast, Must, Abort
///
#define StrMustPushFrontArrFast(str, arr, count) StrMustPushFrontArrFastL((str), (arr), (count))
///
Last updated on