Skip to main content

var

Function var 

Source
pub fn var() -> Element
Expand description

A variable name: <var>. Winged-Swift calls this VarTag.

ยงExamples

use winged_rust::prelude::*;
let el = var();
assert_eq!(el.tag(), "var");