Versions in this module Expand all Collapse all v0 v0.0.2 Dec 27, 2022 v0.0.1 Dec 27, 2022 Changes in this version + type Symbol int + func Intern(b []byte) Symbol + func InternString(s string) Symbol + func (s Symbol) Bytes() []byte + func (s Symbol) Equals(s2 Symbol) bool + func (s Symbol) LessThan(s2 Symbol) bool + func (s Symbol) String() string