pub type StaticCommand = Command<SlicePlaceholder32<u8>>;Aliased Type§
pub enum StaticCommand {
Copy(CopyCommand),
Dict(DictCommand),
Literal(LiteralCommand<SlicePlaceholder32<u8>>),
BlockSwitchCommand(BlockSwitch),
BlockSwitchLiteral(LiteralBlockSwitch),
BlockSwitchDistance(BlockSwitch),
PredictionMode(PredictionModeContextMap<SlicePlaceholder32<u8>>),
}