Top Level Namespace

Defined in:

Method Summary

Method Detail

def py_del(ary : Array(U), rng : Range(U, U)) forall T, U #

[View source]
def py_is_bool(a) #

[View source]
def py_print #

[View source]
def py_print(*args) #

[View source]
def py_zip(a) #

Array python-zip with one arg.


[View source]
def py_zip(a : String, *otherargs : String) #

String variant of python-zip


[View source]
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.


[View source]