File: index.d

package info (click to toggle)
sambamba 1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,528 kB
  • sloc: sh: 220; python: 166; ruby: 147; makefile: 103
file content (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
module bio.std.sff.index;

struct IndexLocation {
    ulong offset;
    uint length;
}