Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BCTernaryDemultiplexer ¶
type BCTernaryDemultiplexer struct {
// contains filtered or unexported fields
}
func NewBCTernaryDemultiplexer ¶
func NewBCTernaryDemultiplexer(bcTrits BCTrits) *BCTernaryDemultiplexer
func (*BCTernaryDemultiplexer) Get ¶
func (this *BCTernaryDemultiplexer) Get(index int) Trits
type BCTernaryMultiplexer ¶
type BCTernaryMultiplexer struct {
// contains filtered or unexported fields
}
func NewBCTernaryMultiplexer ¶
func NewBCTernaryMultiplexer() *BCTernaryMultiplexer
func (*BCTernaryMultiplexer) Add ¶
func (this *BCTernaryMultiplexer) Add(trits Trits) int
func (*BCTernaryMultiplexer) Extract ¶
func (this *BCTernaryMultiplexer) Extract() (BCTrits, error)
func (*BCTernaryMultiplexer) Get ¶
func (this *BCTernaryMultiplexer) Get(index int) Trits
Click to show internal directories.
Click to hide internal directories.