Returns whether a flag is set.
impl SpliceFlags { fn is_set(&self, flag: SpliceFlags) -> bool }
The flag to be checked.