Michitaka Kobayashi

Michitaka Kobayashi (小林 通孝, Kobayashi Michitaka, born August 28, 1955 in Mobara, Chiba) is a Japanese voice actor. For a time, he was known as Sanshirō Nitta (新田 三士郎, Nitta Sanshirō). He currently works for Aoni Production.

Voice roles

Television animation

Movie Animation

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 } }}```
gollark: Stop wanting that.
gollark: Most of it.


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