Top Level Namespace
Defined in:
Method Summary
- py_del(ary : Array(U), rng : Range(U, U)) forall T, U
- py_is_bool(a)
- py_print
- py_print(*args)
-
py_zip(a)
Array python-zip with one arg.
-
py_zip(a : String, *otherargs : String)
String variant of python-zip
-
py_zip(a, *otherargs)
Array python-zip with more than one arg.
Method Detail
def py_zip(a, *otherargs)
#
Array python-zip with more than one arg. Note that we allow nils to propagate from Crystal Enumerable#zip, and then we have to filter out any cases with nils, then convert to an array.