pub fn generate_bytes_conditional_chain(
prefix_parts: &[&[u8]],
bytes: usize,
max_order: i64,
) -> Vec<u8> ⓘExpand description
Generate a continuation after conditioning on an explicit chain of prefix parts
using the current default context and GenerationConfig::default().