Add prefixed
For binary encodings, we'd want: val prefixed: string -> 'a encoding -> 'a encoding
It can be useful for packed data encoding to avoid an extra concatenation.
For binary encodings, we'd want: val prefixed: string -> 'a encoding -> 'a encoding
It can be useful for packed data encoding to avoid an extra concatenation.