np2d

numpy type string -> dlang type string conversion dictionary

enum np2d = ["f4":"float", "f8":"double", "i4":"int", "i8":"long"];

See Also


$(BIG $(LINK2 http://pyopengl.sourceforge.net/pydoc/numpy.lib.format.html, numpy format spec))
$(BIG $(LINK2 https://dlang.org/spec/type.html, dlang type spec))

Meta