.. AddToFront

.. default - domain::js

.. include:: /includes/standard.rst

===================
AddToFront (Kernel)
===================

.. function:: AddToFront(list node)

	
	Adds node to the front of the specified list.
	
	:param k_list list: A list (i.e. returned from :func:`NewList`).
	:param k_node node: A node (i.e. returned from :func:`NewNode`).
	
	See Also:
	:func:`AddAfter`, :func:`AddToEnd`, :func:`FindKey`, :func:`DeleteKey`


