Helmut Wildt

Helmut Wildt (1922–2007) was a German stage, film and television actor.[1]

Helmut Wildt
Born9 April 1922
Died4 October 2007
OccupationActor
Years active1958-1994 (film & TV)

Selected filmography

gollark: No.
gollark: Yes/
gollark: Oh wow, rustc is beeing beeoidally.
gollark: The implications are obvious.
gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```

References

  1. Goble p.502

Bibliography

  • Goble, Alan. The Complete Index to Literary Sources in Film. Walter de Gruyter, 1999.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.