Iwaoa
Iwaoa is a genus of sea snails, marine gastropod mollusks in the family Horaiclavidae.[1]
Iwaoa | |
---|---|
Scientific classification ![]() | |
Kingdom: | Animalia |
Phylum: | Mollusca |
Class: | Gastropoda |
Clade: | Caenogastropoda |
Clade: | Hypsogastropoda |
Clade: | Neogastropoda |
Superfamily: | Conoidea |
Family: | Horaiclavidae |
Genus: | Iwaoa Kuroda, 1953 |
Type species | |
Iwaoa reticulata Kuroda, 1953 | |
Species | |
See text |
Species
Species within the genus Iwaoa include:
- Iwaoa reticulata Kuroda, 1953[2]
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.
References
- Iwaoa Kuroda, 1953. Retrieved through: World Register of Marine Species on 15 April 2010.
- Iwaoa reticulata Kuroda, 1953. Retrieved through: World Register of Marine Species on 15 April 2010.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.