IntersectSchemable
import type { IntersectSchemable } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/schemable.ts";Takes two schemables, left and right, and returns the intersection of them. This means that any value for must match both schemables.