Versions in this module Expand all Collapse all v9 v9.0.0 Jun 1, 2022 Changes in this version + type PartialOrdering struct + func NewPartialOrdering(elements []string) PartialOrdering + func (ord *PartialOrdering) After(A string, B string) + func (ord *PartialOrdering) Before(A string, B string) + func (ord *PartialOrdering) FirstElements(elems ...string) + func (ord *PartialOrdering) LastElements(elems ...string) + func (ord *PartialOrdering) TotalOrdering() []string Other modules containing this package github.com/osmosis-labs/osmosis/osmoutils github.com/osmosis-labs/osmosis/v10 github.com/osmosis-labs/osmosis/v11 github.com/osmosis-labs/osmosis/v12 github.com/osmosis-labs/osmosis/v13