mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
14 lines
320 B
D
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");
|