Skip to content

Commit cfc205a

Browse files
committed
fixed ambiguity issue for map,filter,reduce ops by removong them from var file and added new methods like front,back,at etc
1 parent b5676a4 commit cfc205a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/pythonic/pythonicVars.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7170,11 +7170,11 @@ namespace pythonic
71707170
{
71717171
if (Bool(item).get<bool>())
71727172
return var(true);
7173+
WWW
71737174
}
71747175
return var(false);
71757176
}
71767177

7177-
71787178
// Python-like input() function
71797179

71807180
inline var input(const var &prompt = var(""))

0 commit comments

Comments
 (0)