[][src]Macro story_dl::select

macro_rules! select {
    (string <> $html:expr => $selector:expr) => { ... };
    (string[] <> $html:expr => $selector:expr) => { ... };
}