Function shl

Source
pub fn shl(
    builder: &mut ConstraintSystemBuilder<'_>,
    name: impl ToString,
    input: OracleId,
    offset: usize,
) -> Result<OracleId, Error>