Skip to content

Commit 9a0b710

Browse files
committed
.
1 parent 83afdae commit 9a0b710

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vecxt/src/all.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
package vecxt
22

33
object all:
4-
// Bounds checks this is a given so that it can be inlined and optimized away
4+
// Choose not to export this, and import "no" to inline away bounds checking.
55
export vecxt.BoundsCheck.DoBoundsCheck.yes
66

7-
87
// arrays
98
export vecxt.arrayUtil.*
109
export vecxt.arrays.*

0 commit comments

Comments
 (0)