Documentation
¶
Index ¶
- func ConvertSlice[T any](input []string, convertFunc func(string) (T, error)) ([]T, error)
- func DeleteAtIndex[T any](arr []T, index int) []T
- func RemoveAtIndex[T any](arr []T, index int) []T
- func StringToBool(s string) (bool, error)
- func StringToFloat64(s string) (float64, error)
- func StringToInt(s string) (int, error)
- type TCReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertSlice ¶
ConvertSlice converts a slice of strings to a slice of a specified type.
func DeleteAtIndex ¶
func RemoveAtIndex ¶
func StringToBool ¶
StringToBool is helper functions for string to integer conversions
func StringToFloat64 ¶
StringToFloat64 is helper functions for string to integer conversions
func StringToInt ¶
StringToInt is helper functions for string to integer conversions
Types ¶
type TCReader ¶
type TCReader struct {
// contains filtered or unexported fields
}
func (*TCReader) ReadEntireFile ¶
Click to show internal directories.
Click to hide internal directories.