pub fn generate(input: TokenStream) -> Result<TokenStream, Error>Expand description
Generate a non-twiddle codelet for the given size.
ยงErrors
Returns a syn::Error when the input token stream does not parse as a valid
size literal, or when the size is not in the supported set {2, 4, 8, 16, 32, 64}.