Coda by Ian Macalinao
    Preparing search index...

    Type Alias PreOffsetStrategy

    PreOffsetStrategy: "absolute" | "padded" | "relative"

    How a pre-offset modifier interprets its offset value before serialising the wrapped type.

    Type Declaration

    • "absolute"

      Move the cursor to the absolute byte position given by the offset.

    • "padded"

      Pad with zero bytes from the current cursor up to the offset bytes ahead.

    • "relative"

      Advance the cursor by the offset bytes relative to its current position.