package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 24, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
PrependN adds an element to the beginning of the array.
Parameters:
- array: the array to prepend the element to.
- element: the element to add to the array.
Returns the updated array.
PrependS adds an element to the beginning of the string array.
Parameters:
- array: the string array to prepend the element to.
- element: the string element to add to the array.
Returns the updated string array.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.