Premappable
import type { Premappable } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/premappable.ts";A Premappable structure has the method premap.
interface Premappable <U extends Kind> extends Mappable<U>, Hold<U> {}