This file is indexed.

/usr/include/d2/4.6/std/bitarray.d is in libphobos2-4.6-dev 0.29.1-4.6.3-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
// 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");