phobos/std/bitarray.d
2007-11-27 20:28:40 +00:00

14 lines
320 B
D

// Written in the D programming language
/***********************
* Scheduled for deprecation. Use $(LINK2
* std_bitmanip.html,std.bitmanip) instead.
*
* Macros:
* WIKI = StdBitarray
*/
module std.bitarray;
public import std.bitmanip;
pragma(msg, "You may want to import std.bitmanip instead of std.bitarray");