InitializableBooleanAll
import { InitializableBooleanAll } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/boolean.ts";The canonical implementation of Initializable for boolean that combines using the logical and operator. It contains the method combine.
const InitializableBooleanAll: Initializable<boolean>;