Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 v0.1.0 Aug 1, 2017 Changes in this version + type Node struct + Value interface{} + type Radix struct + func NewRadix() *Radix + func (r *Radix) At(path []int64) *Node + func (r *Radix) Delete(path []int64) + func (r *Radix) Insert(path []int64) *Node + func (r *Radix) Range(f func(path []int64, node *Node)) + func (r *Radix) String() string