[][src]Trait lindenmayer_system::Alphabet

pub trait Alphabet: Debug + PartialEq + Eq + Clone { }

Used to name symbols and variables.

Implementations on Foreign Types

impl Alphabet for &'static str[src]

impl Alphabet for char[src]

impl Alphabet for u8[src]

impl Alphabet for u16[src]

impl Alphabet for u32[src]

impl Alphabet for u64[src]

impl Alphabet for usize[src]

Loading content...

Implementors

Loading content...