pub fn initialize<T>( interp: &mut Artichoke, time: Value, args: T) -> Result<Value, Error> where T: IntoIterator<Item = Value>,