Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PropertiesCommand = &cli.Command{
Name: "property",
Usage: "commands around interacting with properties within a ply file",
Subcommands: []*cli.Command{
removePropertiesCommand,
addPropertiesCommand,
analyzePropertiesCommand,
},
}
Functions ¶
func InSlice ¶ added in v0.17.0
func InSlice[T comparable](a T, list []T) bool
Types ¶
type PropertyAnalyzer ¶ added in v0.17.0
type PropertyAnalyzer[T Number] struct { Name string Offset int End int Min T Max T Counts map[T]int }
type SortByHistogramKey ¶ added in v0.19.0
type SortByHistogramKey[T Number] []histogramEntry[T]
func (SortByHistogramKey[T]) Len ¶ added in v0.19.0
func (a SortByHistogramKey[T]) Len() int
func (SortByHistogramKey[T]) Less ¶ added in v0.19.0
func (a SortByHistogramKey[T]) Less(i, j int) bool
func (SortByHistogramKey[T]) Swap ¶ added in v0.19.0
func (a SortByHistogramKey[T]) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.