mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
Add more info in the vector package's godoc.
This commit is contained in:
parent
7fa2fc719e
commit
8ed0fbdb11
|
@ -1,4 +1,9 @@
|
|||
// Package vector implements persistent vector.
|
||||
//
|
||||
// This is a Go clone of Clojure's PersistentVector type
|
||||
// (https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/PersistentVector.java).
|
||||
// For an introduction to the internals, see
|
||||
// https://hypirion.com/musings/understanding-persistent-vector-pt-1.
|
||||
package vector
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue
Block a user