package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Addslashes quote string with slashes.
Clamp is a clamp.
DebugBacktrace is.
EqualBSlice tells whether a and b contain the same elements.
EqualISlice tells whether a and b contain the same elements.
EqualSSlice tells whether a and b contain the same elements.
FetchIndexes parses input name and splits it into separate indexes list.
FileExists reports whether the named file or directory exists.
I64Key returns key for value in slice of 64bits integers.
IKey returns key for value in slice of integers.
InI64Slice returns true if slice contains provided int64.
InISlice returns true if slice contains provided int.
InSMap returns true if map contains provided value.
InSSlice returns true if slice contains provided string.
InterfaceToInt tryes to convert interface to int.
InterfaceToString tryes to convert interface to string.
IntersectSSlice computes slice intersections.
IsolateProcess change gpid for the process to avoid bypassing signals to sub processes.
Less determines wherethere a is less than b.
MapFromDataTree recursievly converts DataTree to map.
MapIIKeys returns slice that contains keys of the map.
MapISKeyExists returns true if map contains provided int key.
MapISKeys returns slice that contains keys of the map.
MapSBKeyExists returns true if map contains provided string key.
MapSCopy creates a copy of a map.
MapSKeyExists returns true if map contains provided string key.
MapSKeys returns slice that contains keys of the map.
MapSMerge merges two maps with string keys.
MapSSKeyExists returns true if map contains provided string key.
MapSSKeys returns slice that contains keys of the map.
MapSSMerge merges two maps with string keys and string values.
NewRGBAF64 returns a new RGBAF64 color based on the provided uint8 values.
ReverseMapIS reverses the order of map of strings.
ReverseMapSS reverses the order of map of strings.
ReverseSlice reverses the order of slice of integers.
ReverseSliceS reverses the order of slice of strings.
ShiftISlice pops first element of slice and returns it.
ShiftSSlice pops first element of slice and returns it.
SKey returns key for value in slice of strings.
UniqueISlice filters duplicatest from slice.
UniqueSSlice filters duplicatest from slice.
WalkDirectoryDeep walks throught directory tree.

# Constants

MaxTreeLevel defines maximum tree depth.
No is a string representation of false.
Yes is a string representation of true.

# Structs

RGBAF64 represents an RGBA color using the range 0.0 to 1.0 with a float64 for each channel.

# Type aliases

DataTree represents a data tree.