Summary
    Clears the `list` and puts it into the pool to be available for reuse.
    
		- Assembly
 - Weaver
.dll  - Namespace
 - Weaver
 - Containing Type
 - WeaverUtilities
 
Syntax
public static void Release<T>(this List<T> list)
	Type Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| list | List | 
						
Return Value
| Type | Description | 
|---|---|
| void |