# Functions
aes decryot decode base64 encoded, encrypted data.
aes encryot with PKCS5Padding and return base64 encoded string.
check if element exists in list.
No description provided by the author
No description provided by the author
Difference returns a slice of values that are only present in one of the input slices
[1, 2, 2, 4, 6] & [2, 4, 5] >> [1, 5, 6]
[1, 1, 3, 4, 5, 6] >> [1, 3, 4, 5, 6].
Distinct returns the unique vals of a slice
[1, 1, 2, 3] >> [1, 2, 3].
export slice from list by field.
No description provided by the author
generate IMEI.
No description provided by the author
No description provided by the author
Intersect returns a slice of values that are present in all of the input slices
[1, 1, 3, 4, 5, 6] & [2, 3, 6] >> [3, 6]
[1, 1, 3, 4, 5, 6] >> [1, 3, 4, 5, 6].
This method allows to compute the Intersect of two list.
No description provided by the author
This method allows to compute the Intersect of two list.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
generate encrypted password
*/.
No description provided by the author
Substract returns a slice of values that are only present in one of the input slices
[1, 2, 2, 4, 6] & [2, 4, 5] >> [1, 6]
[1, 1, 3, 4, 5, 6] >> [1, 3, 4, 5, 6].
Union returns a slice that contains the unique values of all the input slices
[1, 2, 2, 4, 6] & [2, 4, 5] >> [1, 2, 4, 5, 6]
[1, 1, 3, 4, 5, 6] >> [1, 3, 4, 5, 6].
validate IMEL.