# Packages
No description provided by the author
# Functions
AppendAt: Add data at a specified position in slice of a string.
CheckForDupSl2d: Return true if duplicated row is found.
CmpRemSl2d: Compare slice1 and slice2 if row exist on both, the raw is removed from slice2 and result returned.
DeleteSlIface: designed to accept all types.
GetStrIndex: Get index of a string in a slice, Return -1 if no entry found ...
GetStrIndex2dCol: Search in 2d string slice if a column's value exist and return row number.
IsExist2d Search in 2d string slice if a row exist (deepequal row).
IsExist2dCol: Search in 2d string slice if a column's value exist.
IsExistSl: if exist then ...
IsExistSlIface: Same as above but designed to accept all types.
Preppend: Add data at the begining of a string slice.
RemDupSlIface: Designed to accept all types.
RemoveDupSl: Remove duplicate entry in a string slice.
RemoveDupSl2d: Remove duplicate entry in a 2d string slice based on column number content.
SearchSl: Search in 2d string slice.