pub fn while<'c>( context: &'c Context, results: &[Type<'c>], inits: &[Value<'c, '_>], before: Region<'c>, after: Region<'c>, location: Location<'c> ) -> WhileOperation<'c>
Creates a while operation.
while