File: doc.go

package info (click to toggle)
golang-github-bradenaw-juniper 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: sh: 27; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
// Package tree contains an implementation of a B-tree Map and Set. These are similar to Go's map
// built-in, but keep elements in sorted order.
package tree