Skip to content

Commit 2becf6d

Browse files
committed
---
yaml --- r: 2694 b: refs/heads/master c: fc8b967 h: refs/heads/master v: v3
1 parent 9e7ab9e commit 2becf6d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 04ce99b83cac159fddfb33e3a113d82686b7f1cc
2+
refs/heads/master: fc8b9671bbcfbe91857220538a1447fab4988dfc

trunk/src/lib/bitv.rs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
export t;
2+
export create;
3+
export union;
4+
export intersect;
5+
export copy;
6+
export clone;
7+
export get;
8+
export equal;
9+
export clear;
10+
export set_all;
11+
export invert;
12+
export difference;
13+
export set;
14+
export is_true;
15+
export is_false;
16+
export to_vec;
17+
export to_str;
18+
export eq_vec;
19+
120
// FIXME: With recursive object types, we could implement binary methods like
221
// union, intersection, and difference. At that point, we could write
322
// an optimizing version of this module that produces a different obj

0 commit comments

Comments
 (0)