[][src]Module dcc_lsystem::token

Structs

Token

A token for use in an L-system. In general, the LSystem owns the token, while the user can refer to the token via an ArenaId. This means we don't have to deal with any tricky ownership issues.