ldmc/morphisms/morphism-base/length_prefix.morphism-base

10 lines
361 B
Text
Raw Normal View History

morph_string_as_nullterm_to_length_prefix ()
[~<ValueDelim '\0'> Char ~ Ascii]
--> [~<LengthPrefix x86.UInt64> Char ~ Ascii]
2025-01-29 00:06:39 +01:00
@lib/libmorph_length-prefix.so:src/length_prefix.c
morph_string_as_length_prefix_to_nullterm ()
[~<LengthPrefix x86.UInt64> Char ~ Ascii]
--> [~<ValueDelim '\0'> Char ~ Ascii]
2025-01-29 00:06:39 +01:00
@lib/libmorph_length-prefix.so:src/length_prefix.c