Click or drag to resize

LSystemTSymbolRewrite Method (IEnumerableTSymbol, Int32)

Performs a rewrite on a string using the rewrite rules n times.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<TSymbol> Rewrite(
	IEnumerable<TSymbol> str,
	int n
)

Parameters

str
Type: System.Collections.GenericIEnumerableTSymbol
The string to rewrite.
n
Type: SystemInt32
The number of times to rewrite it.

Return Value

Type: IEnumerableTSymbol
The rewritten string.
See Also