|
MKoD - D Programming Language
Box-xtras Support Projects
Created this section as a place to put any std.boxer related code in support for this new container that was added
the Phobos standard runtime library to D developers in D
v0.124. And since Andrew Fedoniouk had made a requested for me to write a toNumeric() function after seeing the isNumeric()
function I placed on the D "Announcements" forum June 2005, and I needed a good
place to put this code here on the site.
Thus, a this new section was born...Box-xtras. ;)
-
Box-xtras - toNumeric.d v1.0 and isBox.d v1.0
• Box toNumeric( in char[], in bool = false ) - 100% Done, passed test.
• bool isEmpty( in Box ) - 100% Done, still testing.
• bool isNull( in Box ) - 100% Done, still testing.
• bool isSignedInteger( in Box ) - 100% Done, still testing.
• bool isUnsignedInteger( in Box ) - 100% Done, still testing.
• bool isFloatingPoint( in Box ) - 100% Done, still testing.
• bool isImaginaryFloat( in Box ) - 100% Done, still testing.
• bool isComplexFloat( in Box ) - 100% Done, still testing.
• bool isStringUTF8( in Box ) - 100% Done, still testing.
• bool isCharUTF8( in Box ) - 100% Done, still testing.
• bool isStringUTF16( in Box ) - 100% Done, still testing.
• bool isCharUTF16( in Box ) - 100% Done, still testing.
• bool isStringUTF32( in Box ) - 100% Done, still testing.
• bool isCharUTF32( in Box ) - 100% Done, still testing.
• char[] toString( in Box ) - 100% Done, still testing.
• wchar[] toStringW( in Box ) - 100% Done, still testing.
• dchar[] toStringD( in Box ) - 100% Done, still testing.
• int getDataSize( in Box ) - 100% Done, still testing.
|