LZMA_VLI_C
fn
lzma_vli LZMA_VLI_C(T : ulong)(T n) pure @safe nothrow @nogcMacro-equivalent helper for constructing VLI literals at run time.
In C this is UINT64_C(n). In D, just cast any integer to lzma_vli (which is ulong). This function template is provided for source-level similarity and is rarely needed in practice.