Function zalgo::all[][src]

pub fn all() -> Vec<char>

Produces a Vec of the combined kinds of Zalgo chars. This is all of the chars used to create a generated Zalgo String.

Examples

A basic usage:

let _ = zalgo::all();

// You can then manually use this `Vec` for your own uses.