"bstring"

Michel Fortin michel.fortin at michelf.com
Mon Apr 5 15:48:58 PDT 2010


Lately I've been using the type "immutable(ubyte)[]" a lot to pass 
around binary data of various kinds. In a couple of places now, to save 
some typing, I'm using this alias:

	alias immutable(ubyte)[] bstring;

Would that make a worthy addition to the other standard string formats 
defined in object.o? Or am I the only one who is using this type a lot?

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/




More information about the Digitalmars-d mailing list